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 0c31a32 commit ba1e3c7Copy full SHA for ba1e3c7
llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
@@ -95,10 +95,6 @@ class AArch64AsmBackend : public MCAsmBackend {
95
const MCSubtargetInfo &STI) const override;
96
bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
97
98
- void HandleAssemblerFlag(MCAssemblerFlag Flag) {}
99
-
100
- unsigned getPointerSize() const { return 8; }
101
102
unsigned getFixupKindContainereSizeInBytes(unsigned Kind) const;
103
104
bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
0 commit comments