about summary refs log tree commit diff
path: root/tests/codegen-llvm/sanitizer/cfi/add-canonical-jump-tables-flag.rs
blob: 22577e2a3c46b52bd1d5dfec9071a329553a313a (plain)
1
2
3
4
5
6
7
8
9
10
// 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}