File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
// Checks if the correct annotation for the efiapi ABI is passed to llvm.
2
2
3
- // revisions:x86_64 i686 aarch64 arm riscv
3
+ // revisions:x86_64 i686 arm
4
4
5
5
// min-llvm-version 9.0
6
6
7
7
//[x86_64] compile-flags: --target x86_64-unknown-uefi
8
8
//[i686] compile-flags: --target i686-unknown-linux-musl
9
- //[aarch64] compile-flags: --target aarch64-unknown-none
10
9
//[arm] compile-flags: --target armv7r-none-eabi
11
- //[riscv] compile-flags: --target riscv64gc-unknown-none-elf
12
10
// compile-flags: -C no-prepopulate-passes
13
11
14
12
#![ crate_type = "lib" ]
@@ -24,8 +22,6 @@ trait Copy { }
24
22
25
23
//x86_64: define win64cc void @has_efiapi
26
24
//i686: define void @has_efiapi
27
- //aarch64: define void @has_efiapi
28
25
//arm: define void @has_efiapi
29
- //riscv: define void @has_efiapi
30
26
#[ no_mangle]
31
27
pub extern "efiapi" fn has_efiapi ( ) { }
You can’t perform that action at this time.
0 commit comments