Skip to content

Commit cc1ebb5

Browse files
committed
add uefi to windows link section test
1 parent 7787bd9 commit cc1ebb5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/assembly-llvm/naked-functions/link-section-windows.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@ revisions: windows-x86-gnu windows-x86-msvc
1+
//@ revisions: windows-x86-gnu windows-x86-msvc x86-uefi
22
//@ add-minicore
33
//@ assembly-output: emit-asm
44
//
@@ -7,6 +7,9 @@
77
//
88
//@[windows-x86-msvc] compile-flags: --target x86_64-pc-windows-msvc
99
//@[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
1013

1114
#![crate_type = "lib"]
1215
#![feature(no_core)]

0 commit comments

Comments
 (0)