[lld] [llvm] [WebAssembly] Require tags for Wasm EH and Wasm SJLJ to be defined externally (PR #159143)

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 19 08:56:08 PDT 2025


================
@@ -249,13 +249,6 @@ MCSymbol *WebAssemblyAsmPrinter::getOrCreateWasmSymbol(StringRef Name) {
   SmallVector<wasm::ValType, 4> Params;
   if (Name == "__cpp_exception" || Name == "__c_longjmp") {
----------------
dschuff wrote:

Oh, yeah nevermind, this is the asmprinter not the assembler. 

https://github.com/llvm/llvm-project/pull/159143


More information about the llvm-commits mailing list