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
[X86][MC,LLD][NFC] Rename R_X86_64_REX2_GOTPCRELX (#116737)
[llvm-project.git]
/
lld
/
test
/
wasm
/
entry-signature.s
blob
7f349c853b6ee53a534c0d717c4194cc6c278521
1
# Verify that the entry point signature can be flexible.
2
# RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown -o %t.o %s
3
# RUN: wasm-ld -o %t1.wasm %t.o
4
5
.globl _start
6
_start
:
7
.functype _start (i64) -> (f32)
8
f32.const
0.0
9
end_function