File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 11// Checks if the correct annotation for the efiapi ABI is passed to llvm.
22
3- // revisions:x86_64 i686 aarch64 arm riscv
3+ // revisions:x86_64 i686 arm
44
55// min-llvm-version 9.0
66
77//[x86_64] compile-flags: --target x86_64-unknown-uefi
88//[i686] compile-flags: --target i686-unknown-linux-musl
9- //[aarch64] compile-flags: --target aarch64-unknown-none
109//[arm] compile-flags: --target armv7r-none-eabi
11- //[riscv] compile-flags: --target riscv64gc-unknown-none-elf
1210// compile-flags: -C no-prepopulate-passes
1311
1412#![ crate_type = "lib" ]
@@ -24,8 +22,6 @@ trait Copy { }
2422
2523//x86_64: define win64cc void @has_efiapi
2624//i686: define void @has_efiapi
27- //aarch64: define void @has_efiapi
2825//arm: define void @has_efiapi
29- //riscv: define void @has_efiapi
3026#[ no_mangle]
3127pub extern "efiapi" fn has_efiapi ( ) { }
You can’t perform that action at this time.
0 commit comments