Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// Verifies that "CFI Canonical Jump Tables" module flag is added.
//
// needs-sanitizer-cfi
// compile-flags: -Clto -Ctarget-feature=-crt-static -Zsanitizer=cfi
#![crate_type="lib"]
pub fn foo() {
}
// CHECK: !{{[0-9]+}} = !{i32 4, !"CFI Canonical Jump Tables", i32 1}