summaryrefslogtreecommitdiffstats
path: root/tests/codegen/sanitizer-kcfi-add-kcfi-flag.rs
blob: c2eb852aec3c7662c1a7e1a3f92d23ecb3229631 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Verifies that "kcfi" module flag is added.
//
// needs-sanitizer-kcfi
// compile-flags: -Ctarget-feature=-crt-static -Zsanitizer=kcfi

#![crate_type="lib"]

pub fn foo() {
}

// CHECK: !{{[0-9]+}} = !{i32 4, !"kcfi", i32 1}