xref: /llvm-project/llvm/test/Bitcode/thinlto-empty-summary-section.ll (revision 620c140a9b50b715296f2e1412834aac151bb440)
1; Ensure we get a summary block even when the file is empty.
2; RUN: opt -module-summary %s -o %t.o
3; RUN: llvm-bcanalyzer -dump %t.o | FileCheck %s
4
5; CHECK: <GLOBALVAL_SUMMARY_BLOCK
6; CHECK: <VERSION op0=
7; CHECK: </GLOBALVAL_SUMMARY_BLOCK>
8