diff options
author | Eric Christopher <echristo@gmail.com> | 2017-02-10 03:32:34 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2017-02-10 03:32:34 +0000 |
commit | 4855ba8f24adf96a4abddbd25dc31d9c9c778314 (patch) | |
tree | c1cd07cc8adc09cf8bad4237bebacd4395ee3178 /clang/test/CodeGen/thinlto_backend.ll | |
parent | 42b9248803e5b95274011a1ab8ec8e3df3cb6f84 (diff) | |
download | bcm5719-llvm-4855ba8f24adf96a4abddbd25dc31d9c9c778314.tar.gz bcm5719-llvm-4855ba8f24adf96a4abddbd25dc31d9c9c778314.zip |
For X86-64 linux and PPC64 linux align int128 to 16 bytes.
For other platforms we should find out what they need and likely
make the same change, however, a smaller additional change is easier
for platforms we know have it specified in the ABI.
clang support for r294702
llvm-svn: 294703
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 ac0b3b76ef7..e2c7f105e82 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-f80:128-n8:16:32:64-S128" +target datalayout = "e-m:e-i64:64-i128:128-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" declare void @f2() |