[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / lld / test / wasm / Inputs / tag-section2.ll
blob4206a74af053a085fde6d32c6ec47c67be572ee7
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, ptr)
6 define void @bar(ptr %p) {
7   call void @llvm.wasm.throw(i32 0, ptr %p)
8   ret void