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 798891a commit e7c4ba8Copy full SHA for e7c4ba8
llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp
@@ -78,7 +78,7 @@ WebAssemblyAsmBackend::getFixupKindInfo(MCFixupKind Kind) const {
78
// Fixup kinds from raw relocation types and .reloc directives force
79
// relocations and do not use these fields.
80
if (mc::isRelocation(Kind))
81
- return MCAsmBackend::getFixupKindInfo(FK_NONE);
+ return {};
82
83
if (Kind < FirstTargetFixupKind)
84
return MCAsmBackend::getFixupKindInfo(Kind);
0 commit comments