[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:09:07 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:

I would expect to see a corresponding test change, is there not test that needs updating?

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


More information about the cfe-commits mailing list