We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7787bd9 commit cc1ebb5Copy full SHA for cc1ebb5
1 file changed
tests/assembly-llvm/naked-functions/link-section-windows.rs
@@ -1,4 +1,4 @@
1
-//@ revisions: windows-x86-gnu windows-x86-msvc
+//@ revisions: windows-x86-gnu windows-x86-msvc x86-uefi
2
//@ add-minicore
3
//@ assembly-output: emit-asm
4
//
@@ -7,6 +7,9 @@
7
8
//@[windows-x86-msvc] compile-flags: --target x86_64-pc-windows-msvc
9
//@[windows-x86-msvc] needs-llvm-components: x86
10
+//
11
+//@[x86-uefi] compile-flags: --target x86_64-unknown-uefi
12
+//@[x86-uefi] needs-llvm-components: x86
13
14
#![crate_type = "lib"]
15
#![feature(no_core)]
0 commit comments