diff options
author | Eric Christopher <echristo@gmail.com> | 2017-02-10 04:35:21 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2017-02-10 04:35:21 +0000 |
commit | f6ee1f3d692e6f4f33d4c27f5a811bc39bdbbf94 (patch) | |
tree | a8580189034ecc6a894c4faf0609d7e658b46a50 /clang/test/CodeGen/thinlto_backend.ll | |
parent | def60acdf5ff7d5c8807bcf5382de2767e3a8819 (diff) | |
download | bcm5719-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_backend.ll')
-rw-r--r-- | clang/test/CodeGen/thinlto_backend.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/thinlto_backend.ll b/clang/test/CodeGen/thinlto_backend.ll index e2c7f105e82..ac0b3b76ef7 100644 --- a/clang/test/CodeGen/thinlto_backend.ll +++ b/clang/test/CodeGen/thinlto_backend.ll @@ -31,7 +31,7 @@ ; RUN: %clang -target x86_64-unknown-linux-gnu -O2 -o %t3.o -x ir %t1.o -c -fthinlto-index=%t.thinlto.bc 2>&1 | FileCheck %s -check-prefix=CHECK-ERROR2 ; CHECK-ERROR2: Error loading imported file '{{.*}}': Could not find module summary -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() |