Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Transforms / ThinLTOBitcodeWriter / cfi-functions-canonical-jump-tables.ll
blobad775ee12a5c89af392da4c3662453bacffdd92b
1 ; RUN: opt -thinlto-bc -thinlto-split-lto-unit -o %t %s
2 ; RUN: llvm-modextract -b -n 1 -o - %t | llvm-dis | FileCheck %s
4 ; Check that cfi.functions metadata has the expected contents.
6 ; CHECK: !"f1", i8 1
7 ; CHECK: !"f2", i8 1
8 ; CHECK: !"f3", i8 0
10 declare !type !1 void @f1()
12 define void @f2() !type !1 {
13   ret void
16 define void @f3() "cfi-canonical-jump-table" !type !1 {
17   ret void
20 !llvm.module.flags = !{!0}
22 !0 = !{i32 4, !"CFI Canonical Jump Tables", i32 0}
23 !1 = !{i32 0, !"typeid1"}