From: Martin Storsjo Date: Wed, 25 Jul 2018 19:01:36 +0000 (+0000) Subject: Add missing 'override', fixing compilation with some compilers since SVN r337950 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ed456cbf1c65c0cce5f774ed0633b445864e60d;p=llvm Add missing 'override', fixing compilation with some compilers since SVN r337950 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337952 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMAsmPrinter.h b/lib/Target/ARM/ARMAsmPrinter.h index 50f3edeb4e5..0ba4bc05d6f 100644 --- a/lib/Target/ARM/ARMAsmPrinter.h +++ b/lib/Target/ARM/ARMAsmPrinter.h @@ -102,7 +102,7 @@ public: void EmitXXStructor(const DataLayout &DL, const Constant *CV) override; void EmitGlobalVariable(const GlobalVariable *GV) override; - MCSymbol *GetCPISymbol(unsigned CPID) const; + MCSymbol *GetCPISymbol(unsigned CPID) const override; // lowerOperand - Convert a MachineOperand into the equivalent MCOperand. bool lowerOperand(const MachineOperand &MO, MCOperand &MCOp);