mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
add uefi to windows link section test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//@ revisions: windows-x86-gnu windows-x86-msvc
|
||||
//@ revisions: windows-x86-gnu windows-x86-msvc x86-uefi
|
||||
//@ add-minicore
|
||||
//@ assembly-output: emit-asm
|
||||
//
|
||||
@@ -7,6 +7,9 @@
|
||||
//
|
||||
//@[windows-x86-msvc] compile-flags: --target x86_64-pc-windows-msvc
|
||||
//@[windows-x86-msvc] needs-llvm-components: x86
|
||||
//
|
||||
//@[x86-uefi] compile-flags: --target x86_64-unknown-uefi
|
||||
//@[x86-uefi] needs-llvm-components: x86
|
||||
|
||||
#![crate_type = "lib"]
|
||||
#![feature(no_core)]
|
||||
|
||||
Reference in New Issue
Block a user