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
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
Bitcode
/
Inputs
/
module-hash-strtab1.ll
blob
6b4a3fce07effd1dc7a58ccd0acb70e939cd5149
1
source_filename = "foo.c"
2
3
$com = comdat any
4
5
define void @main() comdat($com) {
6
call void @bar()
7
ret void
8
}
9
10
declare void @bar()