We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d532d58 commit bb71b47Copy full SHA for bb71b47
clang/lib/Basic/Targets/WebAssembly.cpp
@@ -197,6 +197,7 @@ bool WebAssemblyTargetInfo::initFeatureMap(
197
Features["multimemory"] = true;
198
Features["tail-call"] = true;
199
Features["wide-arithmetic"] = true;
200
+ Features["gc"] = true;
201
setSIMDLevel(Features, RelaxedSIMD, true);
202
};
203
if (CPU == "generic") {
0 commit comments