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
/
ctor-setup.s
blob
01b8ad2db731427f52db5e81b1a2c414e4053d83
1
# Like Inputs/ctor-start.s, except it calls `lib_func` from a ctor
2
# instead of from `_start`.
3
4
.functype lib_func () -> ()
5
6
.globl _start
7
_start
:
8
.functype _start () -> ()
9
end_function
10
11
.globl setup
12
setup
:
13
.functype setup () -> ()
14
call lib_func
15
end_function
16
17
.section .init_array,
""
,@
18
.p2align 2
19
.int32 setup
20