repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
Bitcode
/
thinlto-empty-summary-section.ll
blob
97086611ff4bbb9db119641b268e594e4cd577c6
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>