Skip to content

Commit 1e42b4d

Browse files
Rollup merge of rust-lang#130152 - krasimirgg:nsan, r=nikic
adapt a test for llvm 20 No functional changes intended. `@rustbot` label: +llvm-main r? `@nikic`
2 parents 96140e5 + 383f506 commit 1e42b4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/codegen/naked-asan.rs

+1
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ pub extern "x86-interrupt" fn page_fault_handler(_: u64, _: u64) {
2020

2121
// CHECK: #[[ATTRS]] =
2222
// CHECK-NOT: sanitize_address
23+
// CHECK: !llvm.module.flags

0 commit comments

Comments
 (0)