diff options
author | Tim Northover <tnorthover@apple.com> | 2014-03-30 07:25:18 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2014-03-30 07:25:18 +0000 |
commit | 3e52557212b877cdef4fb83908e5f9672bc13bd7 (patch) | |
tree | e04d97dba7bffe89ad26a2e28ad194e4744c3aa1 /llvm/lib/Target/ARM64/ARM64TargetObjectFile.h | |
parent | f80b49b5d2ca5a7338c19a02a357dd1824d89740 (diff) | |
download | bcm5719-llvm-3e52557212b877cdef4fb83908e5f9672bc13bd7.tar.gz bcm5719-llvm-3e52557212b877cdef4fb83908e5f9672bc13bd7.zip |
ARM64: override all the things.
Actually, mostly only those in the top-level directory that already
had a "virtual" attached. But it's the thought that counts and it's
been a long day.
llvm-svn: 205131
Diffstat (limited to 'llvm/lib/Target/ARM64/ARM64TargetObjectFile.h')
-rw-r--r-- | llvm/lib/Target/ARM64/ARM64TargetObjectFile.h | 2 |
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. |