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 a119df5 commit 548564bCopy full SHA for 548564b
llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
@@ -251,7 +251,7 @@ class CoalesceFeaturesAndStripAtomics final : public ModulePass {
251
// `TargetMachine`.
252
if (!AnyDefinedFuncs) {
253
Features =
254
- WasmTM
+ WasmTM
255
->getSubtargetImpl(std::string(WasmTM->getTargetCPU()),
256
std::string(WasmTM->getTargetFeatureString()))
257
->getFeatureBits();
0 commit comments