diff options
Diffstat (limited to 'llvm/test/Bitcode/thinlto-summary-section.ll')
-rw-r--r-- | llvm/test/Bitcode/thinlto-summary-section.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Bitcode/thinlto-summary-section.ll b/llvm/test/Bitcode/thinlto-summary-section.ll index 3d67279617e..b115a99cd5e 100644 --- a/llvm/test/Bitcode/thinlto-summary-section.ll +++ b/llvm/test/Bitcode/thinlto-summary-section.ll @@ -4,10 +4,10 @@ ; RUN: llvm-lto -thinlto -o %t2 %t.o ; RUN: llvm-bcanalyzer -dump %t2.thinlto.bc | FileCheck %s --check-prefix=COMBINED -; Flags should be 0x17 (23) for local linkage (0x3) and not being importable +; Flags should be 0x57 (87) for local linkage (0x3), dso_local (0x40) and not being importable ; (0x10) due to local linkage plus having a section. -; CHECK: <PERMODULE {{.*}} op1=23 -; COMBINED-DAG: <COMBINED {{.*}} op2=23 +; CHECK: <PERMODULE {{.*}} op1=87 +; COMBINED-DAG: <COMBINED {{.*}} op2=87 define internal void @functionWithSection() section "some_section" { ret void } |