commit | 35d86fef1f1fc5845366c7c36803a6a3334d8a2e | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Jul 26 21:12:04 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Jul 26 21:12:04 2006 +0000 |
tree | 076047d0209da8c574f8b30074a0698fc31fa61a | |
parent | 5332430643545f55986b1896242220cc1ffdc136 [diff] [blame] |
Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29307 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCTargetMachine.cpp b/lib/Target/PowerPC/PPCTargetMachine.cpp index 12c22e7..deb479a 100644 --- a/lib/Target/PowerPC/PPCTargetMachine.cpp +++ b/lib/Target/PowerPC/PPCTargetMachine.cpp
@@ -94,7 +94,7 @@ if (Subtarget.isDarwin()) setRelocationModel(Reloc::DynamicNoPIC); else - setRelocationModel(Reloc::PIC); + setRelocationModel(Reloc::PIC_); } PPC32TargetMachine::PPC32TargetMachine(const Module &M, const std::string &FS)