diff options
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCTargetMachine.cpp')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCTargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp b/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp index 11d7ea68312f..b1ad041bde79 100644 --- a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp +++ b/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp @@ -185,7 +185,7 @@ static std::string getDataLayoutString(const Triple &T) { // PPC64 has 32 and 64 bit registers, PPC32 has only 32 bit ones. if (is64Bit) - Ret += "-n32:64"; + Ret += "-i128:128-n32:64"; else Ret += "-n32"; |
