diff options
| author | Eric Christopher <echristo@gmail.com> | 2017-02-10 04:35:32 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2017-02-10 04:35:32 +0000 |
| commit | 0824096cc090fef2a825024bc00aadf021c9cf96 (patch) | |
| tree | 52cf0ba2302d938f194735bdbddbe05a9452f0f8 /llvm/test/LTO/Resolution/X86/mixed_lto.ll | |
| parent | f6ee1f3d692e6f4f33d4c27f5a811bc39bdbbf94 (diff) | |
| download | bcm5719-llvm-0824096cc090fef2a825024bc00aadf021c9cf96.tar.gz bcm5719-llvm-0824096cc090fef2a825024bc00aadf021c9cf96.zip | |
Temporarily revert "For X86-64 linux and PPC64 linux align int128 to 16 bytes."
until we can get better TargetMachine::isCompatibleDataLayout to compare - otherwise
we can't code generate existing bitcode without a string equality data layout.
This reverts commit r294702.
llvm-svn: 294709
Diffstat (limited to 'llvm/test/LTO/Resolution/X86/mixed_lto.ll')
| -rw-r--r-- | llvm/test/LTO/Resolution/X86/mixed_lto.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LTO/Resolution/X86/mixed_lto.ll b/llvm/test/LTO/Resolution/X86/mixed_lto.ll index 25f7c59620e..02b15c61154 100644 --- a/llvm/test/LTO/Resolution/X86/mixed_lto.ll +++ b/llvm/test/LTO/Resolution/X86/mixed_lto.ll @@ -19,7 +19,7 @@ ; RUN: llvm-nm %t5.o.0 | FileCheck %s --check-prefix=NM0 ; RUN: llvm-nm %t5.o.1 | FileCheck %s --check-prefix=NM1 -target datalayout = "e-m:e-i64:64-i128:128-f80:128-n8:16:32:64-S128" +target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" define i32 @g() { ret i32 0 |

