brintos

brintos / llvm-project-archived public Read only

0
0
Text · 242 B · 9708661 Raw
8 lines · plain
1; Ensure we get a summary block even when the file is empty.2; RUN: opt -module-summary %s -o %t.o3; RUN: llvm-bcanalyzer -dump %t.o | FileCheck %s4 5; CHECK: <GLOBALVAL_SUMMARY_BLOCK6; CHECK: <VERSION op0=7; CHECK: </GLOBALVAL_SUMMARY_BLOCK>8