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

Sy Brand via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 8 01:39:47 PDT 2026


================
@@ -1019,7 +1027,7 @@ static void createOptionalSymbols() {
   if (ctx.sym.firstPageEnd)
     ctx.sym.firstPageEnd->setVA(ctx.arg.pageSize);
 
-  // For non-shared memory programs we still need to define __tls_base since we
+  // For non-multithreaded programs we still need to define __tls_base since we
   // allow object files built with TLS to be linked into single threaded
   // programs, and such object files can contain references to this symbol.
----------------
TartanLlama wrote:

I've simplified the comment

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


More information about the cfe-commits mailing list