Commit 813785b
authored
Rollup merge of #65220 - tlively:update-llvm-for-emscripten-exceptions, r=nikic
Update LLVM for Emscripten exception handling support
Updates LLVM to pick up the cherry-picked support for correctly
handling exception handling with aggregates passed by value. This will
be necessary to continue to support Emscripten's exception handling
once we switch using Emscripten's LLVM backend. See #63649.1 file changed
+1
-1
lines changedSubmodule llvm-project updated 7 files
- llvm/include/llvm/IR/CallingConv.h+8
- llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp+12-1
- llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp+1-1
- llvm/test/CodeGen/WebAssembly/lower-em-exceptions-whitelist.ll+1-1
- llvm/test/CodeGen/WebAssembly/lower-em-exceptions.ll+3-3
- llvm/test/CodeGen/WebAssembly/lower-em-sjlj-sret.ll+27
- llvm/test/CodeGen/WebAssembly/lower-em-sjlj.ll+3-3
0 commit comments