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

Reply via email to