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.
10 declare !type !1 void @f1()
12 define void @f2() !type !1 {
16 define void @f3() "cfi-canonical-jump-table" !type !1 {
20 !llvm.module.flags = !{!0}
22 !0 = !{i32 4, !"CFI Canonical Jump Tables", i32 0}
23 !1 = !{i32 0, !"typeid1"}