projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff33a95
)
Add missing 'override', fixing compilation with some compilers since SVN r337950
author
Martin Storsjo
<martin@martin.st>
Wed, 25 Jul 2018 19:01:36 +0000
(19:01 +0000)
committer
Martin Storsjo
<martin@martin.st>
Wed, 25 Jul 2018 19:01:36 +0000
(19:01 +0000)
llvm-svn: 337952
llvm/lib/Target/ARM/ARMAsmPrinter.h
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/ARM/ARMAsmPrinter.h
b/llvm/lib/Target/ARM/ARMAsmPrinter.h
index 50f3edeb4e5bdc0594eda7258ee20a62cc9a9e2b..0ba4bc05d6f7719f1e65f133e4009d3d9622b485 100644
(file)
--- a/
llvm/lib/Target/ARM/ARMAsmPrinter.h
+++ b/
llvm/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);