We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f50ab commit 2fab5a5Copy full SHA for 2fab5a5
llvm/include/llvm/IR/RuntimeLibcalls.td
@@ -1808,4 +1808,5 @@ def isWasm : RuntimeLibcallPredicate<"TT.isWasm()">;
1808
// this on emscripten depending on what they end up doing.
1809
def WasmSystemLibrary
1810
: SystemRuntimeLibrary<isWasm,
1811
- (add DefaultRuntimeLibcallImpls, emscripten_return_address)>;
+ (add DefaultRuntimeLibcallImpls, LibCallsCompilerRT64OrLibGCC,
1812
+ emscripten_return_address)>;
0 commit comments