From 67fbc13820a7baf12934e8848ae151d15f9b7d6f Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Tue, 27 Aug 2019 19:55:10 +0000 Subject: [PATCH] Update two x86 datalayouts for r370083, looks like racing commits git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@370105 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/LTO/Resolution/X86/not-prevailing-weak-aliasee.ll | 2 +- test/ThinLTO/X86/printer.ll | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/LTO/Resolution/X86/not-prevailing-weak-aliasee.ll b/test/LTO/Resolution/X86/not-prevailing-weak-aliasee.ll index 0112a3871b2..5f484bf3bfb 100644 --- a/test/LTO/Resolution/X86/not-prevailing-weak-aliasee.ll +++ b/test/LTO/Resolution/X86/not-prevailing-weak-aliasee.ll @@ -15,7 +15,7 @@ ; CHECK: declare hidden void @__b ; CHECK: declare void @b -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" @a = hidden alias void (), void ()* @__a diff --git a/test/ThinLTO/X86/printer.ll b/test/ThinLTO/X86/printer.ll index 79f4f5645cd..ad548965825 100644 --- a/test/ThinLTO/X86/printer.ll +++ b/test/ThinLTO/X86/printer.ll @@ -4,7 +4,7 @@ ; CHECK-BEFORE: *** IR Dump Before GlobalDCEPass *** ; CHECK-AFTER: *** IR Dump After GlobalDCEPass *** -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 @foo() { -- 2.50.1