summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/thinlto-multi-module.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2017-02-10 04:35:21 +0000
committerEric Christopher <echristo@gmail.com>2017-02-10 04:35:21 +0000
commitf6ee1f3d692e6f4f33d4c27f5a811bc39bdbbf94 (patch)
treea8580189034ecc6a894c4faf0609d7e658b46a50 /clang/test/CodeGen/thinlto-multi-module.ll
parentdef60acdf5ff7d5c8807bcf5382de2767e3a8819 (diff)
downloadbcm5719-llvm-f6ee1f3d692e6f4f33d4c27f5a811bc39bdbbf94.tar.gz
bcm5719-llvm-f6ee1f3d692e6f4f33d4c27f5a811bc39bdbbf94.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 r294703. llvm-svn: 294708
Diffstat (limited to 'clang/test/CodeGen/thinlto-multi-module.ll')
-rw-r--r--clang/test/CodeGen/thinlto-multi-module.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/thinlto-multi-module.ll b/clang/test/CodeGen/thinlto-multi-module.ll
index 127426ab3d0..21d28cf44da 100644
--- a/clang/test/CodeGen/thinlto-multi-module.ll
+++ b/clang/test/CodeGen/thinlto-multi-module.ll
@@ -11,7 +11,7 @@
; CHECK-OBJ: T f1
; CHECK-OBJ: U f2
-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"
declare void @f2()
OpenPOWER on IntegriCloud