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
[LLD][COFF] Ignore DEBUG_S_XFGHASH_TYPE/VIRTUAL
[llvm-project.git]
/
lld
/
test
/
wasm
/
Inputs
/
hello.s
blob
664b1ccdcc090a570c8042e6f89c0596b9c10b07
1
# asm generated by clang from the following C code:
2
# void puts(const char*);
3
# void hello() { puts("hello\n"); }
4
5
.functype puts (i32) -> ()
6
7
.globl hello
8
hello
:
9
.functype hello () -> ()
10
i32.const hello_str
11
call puts
12
end_function
13
14
.section .rodata.hello_str,
""
,@
15
.globl hello_str
16
hello_str
:
17
.asciz
"hello
\n
"
18
.size hello_str, 7