summaryrefslogtreecommitdiff
path: root/test/CodeGen/thinlto-distributed-cfi-devirt.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
commit8260e31a27b8c4007d1d54af3a9f0d096b792a1d (patch)
tree1f57e89fabb2633279ebde861608447b70e8581c /test/CodeGen/thinlto-distributed-cfi-devirt.ll
parent32bae3c742f83831a5610a601051d0c8c07fb6b8 (diff)
downloadclang-8260e31a27b8c4007d1d54af3a9f0d096b792a1d.tar.gz
Change the X86 datalayout to add three address spaces for 32 bit signed,
32 bit unsigned, and 64 bit pointers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@370083 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/thinlto-distributed-cfi-devirt.ll')
-rw-r--r--test/CodeGen/thinlto-distributed-cfi-devirt.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/thinlto-distributed-cfi-devirt.ll b/test/CodeGen/thinlto-distributed-cfi-devirt.ll
index d69b77bbc0..2920cf19c8 100644
--- a/test/CodeGen/thinlto-distributed-cfi-devirt.ll
+++ b/test/CodeGen/thinlto-distributed-cfi-devirt.ll
@@ -47,7 +47,7 @@
; RUN: -emit-obj -fthinlto-index=%t.o.thinlto.bc -O2 \
; 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"
%struct.A = type { i32 (...)** }