Skip to content

Commit 633fa95

Browse files
committed
fix
1 parent 847dc39 commit 633fa95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ class CoalesceFeaturesAndStripAtomics final : public ModulePass {
249249
SubtargetFeatures TF{TargetFS};
250250
for (std::string const &F : TF.getFeatures())
251251
if (!SubtargetFeatures::isEnabled(F))
252-
Ret += F;
252+
Ret += F + ",";
253253
return Ret;
254254
}
255255

0 commit comments

Comments
 (0)