[clang] [lld] [llvm] [WebAssembly] Cooperative threading for WASIP3 (PR #200855)

Sy Brand via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 3 07:48:29 PDT 2026


================
@@ -57,7 +57,7 @@ void writeGetTLSBase(const Ctx &ctx, raw_ostream &os) {
     writeU8(os, WASM_OPCODE_CALL, "call");
     writeUleb128(os, ctx.sym.getTLSBase->getFunctionIndex(), "function index");
   } else {
-    writeU8(os, WASM_OPCODE_GLOBAL_GET, "GLOBAL_SET");
+    writeU8(os, WASM_OPCODE_GLOBAL_GET, "GLOBAL_GET");
----------------
TartanLlama wrote:

Indeed

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


More information about the cfe-commits mailing list