[clang] [WebAssembly] Add gc target feature to addBleedingEdgeFeatures (PR #151107)

Sam Clegg via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 29 09:33:53 PDT 2025


================
@@ -197,6 +197,7 @@ bool WebAssemblyTargetInfo::initFeatureMap(
     Features["multimemory"] = true;
     Features["tail-call"] = true;
     Features["wide-arithmetic"] = true;
+    Features["gc"] = true;
----------------
sbc100 wrote:

If thats really the case we should remove the duplication.

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


More information about the cfe-commits mailing list