repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "[Symbolize] Use the local MSVC C++ demangler instead of relying on dbghelp...
[llvm-complete.git]
/
test
/
Bitcode
/
summary_version.ll
blob
e531a078d220453df81bab5303f88db46d00107d
1
; Check summary versioning
2
; RUN: opt -module-summary %s -o - | llvm-bcanalyzer -dump | FileCheck %s
3
4
; CHECK: <GLOBALVAL_SUMMARY_BLOCK
5
; CHECK: <VERSION op0=7/>
6
7
8
9
; Need a function for the summary to be populated.
10
define void @foo() {
11
ret void
12
}