summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCTargetMachine.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-01-17 03:51:37 +0000
committerBill Wendling <isanbard@gmail.com>2007-01-17 03:51:37 +0000
commit05e5a5ee6cef7d21a2ede0cd7fc5a7808bcb4773 (patch)
tree16d1268af1a8774f9c4542dba3449ac1573e3134 /llvm/lib/Target/PowerPC/PPCTargetMachine.h
parenta967e9c9a955dbb01c84a0977017848fc6a69c55 (diff)
downloadbcm5719-llvm-05e5a5ee6cef7d21a2ede0cd7fc5a7808bcb4773.tar.gz
bcm5719-llvm-05e5a5ee6cef7d21a2ede0cd7fc5a7808bcb4773.zip
Create the specified TargetObjInfo and use it.
llvm-svn: 33291
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCTargetMachine.h')
-rw-r--r--llvm/lib/Target/PowerPC/PPCTargetMachine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetMachine.h b/llvm/lib/Target/PowerPC/PPCTargetMachine.h
index 777772e1fae..b56892df028 100644
--- a/llvm/lib/Target/PowerPC/PPCTargetMachine.h
+++ b/llvm/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);
OpenPOWER on IntegriCloud