diff options
author | Bill Wendling <isanbard@gmail.com> | 2007-01-17 03:51:37 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2007-01-17 03:51:37 +0000 |
commit | 22fb30231b87e7b090ab1b135cb478c0c3feefe4 (patch) | |
tree | f000714e6632742787cd970a59e36dd11826d5d1 /lib/Target/PowerPC/PPCTargetMachine.h | |
parent | cc91f5862ca316e233b880ad9156ec8a050f443e (diff) |
Create the specified TargetObjInfo and use it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33291 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCTargetMachine.h')
-rw-r--r-- | lib/Target/PowerPC/PPCTargetMachine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCTargetMachine.h b/lib/Target/PowerPC/PPCTargetMachine.h index 777772e1fa..b56892df02 100644 --- a/lib/Target/PowerPC/PPCTargetMachine.h +++ b/lib/Target/PowerPC/PPCTargetMachine.h @@ -39,6 +39,7 @@ class PPCTargetMachine : public LLVMTargetMachine { protected: virtual const TargetAsmInfo *createTargetAsmInfo() const; + virtual const TargetObjInfo *createTargetObjInfo() const; public: PPCTargetMachine(const Module &M, const std::string &FS, bool is64Bit); |