[LLD][COFF] Ignore DEBUG_S_XFGHASH_TYPE/VIRTUAL
[llvm-project.git] / lld / test / wasm / Inputs / tag-section1.ll
blob253fc4a4480bf201e38f8d351aa9b590dce9a313
1 target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
2 target triple = "wasm32-unknown-emscripten"
4 declare void @llvm.wasm.throw(i32, i8*)
6 define void @foo(i8* %p) {
7   call void @llvm.wasm.throw(i32 0, i8* %p)
8   ret void