Skip to content

Commit 2fab5a5

Browse files
committed
Fix wasm calls after split
1 parent d5f50ab commit 2fab5a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/llvm/IR/RuntimeLibcalls.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1808,4 +1808,5 @@ def isWasm : RuntimeLibcallPredicate<"TT.isWasm()">;
18081808
// this on emscripten depending on what they end up doing.
18091809
def WasmSystemLibrary
18101810
: SystemRuntimeLibrary<isWasm,
1811-
(add DefaultRuntimeLibcallImpls, emscripten_return_address)>;
1811+
(add DefaultRuntimeLibcallImpls, LibCallsCompilerRT64OrLibGCC,
1812+
emscripten_return_address)>;

0 commit comments

Comments
 (0)