[clang] [lld] [llvm] [lld][WebAssembly] WASIP3 and component model threading support (PR #175800)

Sy Brand via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 17 09:57:54 PST 2026


================
@@ -108,6 +109,9 @@ class LLVM_LIBRARY_VISIBILITY WebAssemblyTargetInfo : public TargetInfo {
       PtrDiffType = SignedLong;
       IntPtrType = SignedLong;
     }
+    if (T.getOSName() == "wasip3") {
+      HasComponentModelThreadContext = true;
+    }
----------------
TartanLlama wrote:

You're right, this should be done as part of `initFeatureMap`, I'll change that

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


More information about the cfe-commits mailing list