summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM64/ARM64TargetObjectFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/ARM64/ARM64TargetObjectFile.h')
-rw-r--r--llvm/lib/Target/ARM64/ARM64TargetObjectFile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM64/ARM64TargetObjectFile.h b/llvm/lib/Target/ARM64/ARM64TargetObjectFile.h
index 316a63922de..62446f94f17 100644
--- a/llvm/lib/Target/ARM64/ARM64TargetObjectFile.h
+++ b/llvm/lib/Target/ARM64/ARM64TargetObjectFile.h
@@ -18,7 +18,7 @@ class ARM64TargetMachine;
/// This implementation is used for AArch64 ELF targets (Linux in particular).
class ARM64_ELFTargetObjectFile : public TargetLoweringObjectFileELF {
- virtual void Initialize(MCContext &Ctx, const TargetMachine &TM);
+ void Initialize(MCContext &Ctx, const TargetMachine &TM) override;
};
/// ARM64_MachoTargetObjectFile - This TLOF implementation is used for Darwin.
OpenPOWER on IntegriCloud