Skip to content

Commit 1d8e458

Browse files
committed
remove CHECK comments; they don't appear to work
1 parent a85ea91 commit 1d8e458

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1+
//@ build-pass
12
//@ compile-flags: --target thumbv8m.main-none-eabi --crate-type lib
23
//@ needs-llvm-components: arm
3-
//@ assembly-output: emit-asm
4-
//@ needs-asm-support
54
#![feature(cmse_nonsecure_entry, no_core, lang_items)]
65
#![no_core]
76
#![crate_type = "lib"]
@@ -11,12 +10,7 @@ trait Sized {}
1110
trait Copy {}
1211
impl Copy for u32 {}
1312

14-
//@ build-pass
15-
// @ compile-flags: -C no-prepopulate-passes -Zbranch-protection=bti
16-
17-
// CHECK-LABEL: @entry_function
1813
#[no_mangle]
1914
pub extern "C-cmse-nonsecure-entry" fn entry_function(_: u32, _: u32, _: u32, d: u32) -> u32 {
20-
// CHECK: florpsz
2115
d
2216
}

0 commit comments

Comments
 (0)