diff options
author | Amy Huang <akhuang@google.com> | 2019-09-10 23:15:38 +0000 |
---|---|---|
committer | Amy Huang <akhuang@google.com> | 2019-09-10 23:15:38 +0000 |
commit | 5c60eb235a8220b29f46bcefca73c9d2e0d82874 (patch) | |
tree | c1f4cca5229ffb09868fe320b64539019a3ca3b8 /test/CodeGen/thinlto_backend.ll | |
parent | 3598d5fd438930753556a6c32edf2fff12273d21 (diff) | |
download | clang-5c60eb235a8220b29f46bcefca73c9d2e0d82874.tar.gz |
Reland "Change the X86 datalayout to add three address spaces
for 32 bit signed, 32 bit unsigned, and 64 bit pointers."
This reverts 57076d3199fc2b0af4a3736b7749dd5462cacda5.
Original review at https://reviews.llvm.org/D64931.
Review for added fix at https://reviews.llvm.org/D66843.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@371568 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/thinlto_backend.ll')
-rw-r--r-- | test/CodeGen/thinlto_backend.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/thinlto_backend.ll b/test/CodeGen/thinlto_backend.ll index fcfc7ea466..6a18a940c3 100644 --- a/test/CodeGen/thinlto_backend.ll +++ b/test/CodeGen/thinlto_backend.ll @@ -50,7 +50,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-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" declare void @f2() |