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
[clang] Informative error for lifetimebound in decl-spec (#118567)
[llvm-project.git]
/
llvm
/
test
/
ExecutionEngine
/
Orc
/
Inputs
/
weak-comdat-def.ll
blob
d35ead08ff1e767f17e7df4832a03be5b85bbd2d
1
define i32 @g() {
2
entry:
3
ret i32 0
4
}
5
6
$f = comdat nodeduplicate
7
8
define i32 @f() comdat {
9
entry:
10
%0 = call i32 @g()
11
ret i32 %0
12
}