summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/thinlto-distributed.ll
diff options
context:
space:
mode:
authorAmy Huang <akhuang@google.com>2019-08-27 17:46:53 +0000
committerAmy Huang <akhuang@google.com>2019-08-27 17:46:53 +0000
commit1299945b81284680829d39b2839087dc71f3d176 (patch)
tree532a69931e6e04c76791010b0e806ac1670d2e5a /clang/test/CodeGen/thinlto-distributed.ll
parent1c8a4b7204d311ecd7681ef907c4aab99fd91308 (diff)
downloadbcm5719-llvm-1299945b81284680829d39b2839087dc71f3d176.tar.gz
bcm5719-llvm-1299945b81284680829d39b2839087dc71f3d176.zip
Change the X86 datalayout to add three address spaces for 32 bit signed,
32 bit unsigned, and 64 bit pointers. llvm-svn: 370083
Diffstat (limited to 'clang/test/CodeGen/thinlto-distributed.ll')
-rw-r--r--clang/test/CodeGen/thinlto-distributed.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/thinlto-distributed.ll b/clang/test/CodeGen/thinlto-distributed.ll
index ae21d7b3e9a..a578aae7e05 100644
--- a/clang/test/CodeGen/thinlto-distributed.ll
+++ b/clang/test/CodeGen/thinlto-distributed.ll
@@ -12,7 +12,7 @@
; RUN: -emit-obj -fthinlto-index=%t.o.thinlto.bc \
; RUN: -o %t.native.o -x ir %t.o
-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-grtev4-linux-gnu"
define i32 @main() {
OpenPOWER on IntegriCloud