From 7b1d793713cf9ed9ab719f33b332f9c66a1fc5cc Mon Sep 17 00:00:00 2001 From: Amy Huang Date: Tue, 10 Sep 2019 23:15:38 +0000 Subject: 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 --- llvm/test/Transforms/FunctionImport/funcimport_var.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Transforms/FunctionImport/funcimport_var.ll') diff --git a/llvm/test/Transforms/FunctionImport/funcimport_var.ll b/llvm/test/Transforms/FunctionImport/funcimport_var.ll index edd874e6297..0ed6442424f 100644 --- a/llvm/test/Transforms/FunctionImport/funcimport_var.ll +++ b/llvm/test/Transforms/FunctionImport/funcimport_var.ll @@ -15,7 +15,7 @@ ; REQUIRES: x86-registered-target -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" define i32 @_Z4LinkPKcS0_(i8*, i8*) local_unnamed_addr { -- cgit v1.2.3