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 | 7b1d793713cf9ed9ab719f33b332f9c66a1fc5cc (patch) | |
tree | ca7ceaf77940ce88f54a2fc275c5bd5df5b33b57 /llvm/test/Transforms/FunctionImport/funcimport_resolved.ll | |
parent | 6a2603c063387d0ee36977db7b0ca0aa4225e6f3 (diff) | |
download | bcm5719-llvm-7b1d793713cf9ed9ab719f33b332f9c66a1fc5cc.tar.gz bcm5719-llvm-7b1d793713cf9ed9ab719f33b332f9c66a1fc5cc.zip |
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.
llvm-svn: 371568
Diffstat (limited to 'llvm/test/Transforms/FunctionImport/funcimport_resolved.ll')
-rw-r--r-- | llvm/test/Transforms/FunctionImport/funcimport_resolved.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/FunctionImport/funcimport_resolved.ll b/llvm/test/Transforms/FunctionImport/funcimport_resolved.ll index b256a613602..2a06be4db7a 100644 --- a/llvm/test/Transforms/FunctionImport/funcimport_resolved.ll +++ b/llvm/test/Transforms/FunctionImport/funcimport_resolved.ll @@ -38,7 +38,7 @@ ; INSTLIM8: Is importing function {{.*}} f from {{.*}}funcimport_resolved1.ll ; INSTLIM8-NOT: Is importing function {{.*}} linkonceodrfunc from {{.*}}funcimport_resolved2.ll -target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" +target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-apple-macosx10.11.0" define i32 @main() #0 { |