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][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
lld
/
test
/
wasm
/
Inputs
/
archive1.ll
blob
7f614795aa0ccd6f06c6ad6ab40a888b48e23a4f
1
target triple = "wasm32-unknown-unknown"
2
3
declare i32 @bar() local_unnamed_addr #1
4
5
define i32 @foo() local_unnamed_addr #0 {
6
entry:
7
%call = tail call i32 @bar() #2
8
ret i32 %call
9
}