Skip to content

Commit d3e79ec

Browse files
committed
Delete redundant features.
1 parent 6f4d40e commit d3e79ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/lib/Basic/Targets/WebAssembly.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,10 @@ bool WebAssemblyTargetInfo::initFeatureMap(
164164
auto addBleedingEdgeFeatures = [&]() {
165165
addGenericFeatures();
166166
Features["atomics"] = true;
167-
Features["bulk-memory"] = true;
168167
Features["exception-handling"] = true;
169168
Features["extended-const"] = true;
170169
Features["fp16"] = true;
171170
Features["multimemory"] = true;
172-
Features["nontrapping-fptoint"] = true;
173171
Features["tail-call"] = true;
174172
Features["wide-arithmetic"] = true;
175173
setSIMDLevel(Features, RelaxedSIMD, true);

0 commit comments

Comments
 (0)