Sign in
llvm
/
llvm-project
/
lld
/
877ba1c811157ccd319ed139b30caa8d86a7717a
/
.
/
test
/
wasm
/
Inputs
/
tag-section1.ll
blob: 253fc4a4480bf201e38f8d351aa9b590dce9a313 [
file
] [
log
] [
blame
]
target
datalayout
=
"e-m:e-p:32:32-i64:64-n32:64-S128"
target
triple
=
"wasm32-unknown-emscripten"
declare
void
@llvm.wasm.throw
(
i32
,
i8
*)
define
void
@foo
(
i8
*
%p
)
{
call
void
@llvm.wasm.throw
(
i32
0
,
i8
*
%p
)
ret
void
}