================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits