]> granicus.if.org Git - llvm/commitdiff
Fix target for new X86 test
authorTeresa Johnson <tejohnson@google.com>
Fri, 23 Aug 2019 16:02:25 +0000 (16:02 +0000)
committerTeresa Johnson <tejohnson@google.com>
Fri, 23 Aug 2019 16:02:25 +0000 (16:02 +0000)
Test added in r369766 had the wrong target arch for the X86 directory,
leading to some bot failures. Fix it to have the appropriate target.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369774 91177308-0d34-0410-b5e6-96231b3b80d8

test/LTO/Resolution/X86/not-prevailing-weak-aliasee.ll

index 56dd092e24d17b745852669ec6e94d96abb49771..0112a3871b218c0f09114deb8d36c303d57fced6 100644 (file)
@@ -15,8 +15,8 @@
 ; CHECK: declare hidden void @__b
 ; CHECK: declare void @b
 
-target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
-target triple = "aarch64-unknown-linux-gnu"
+target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-unknown-linux-gnu"
 
 @a = hidden alias void (), void ()* @__a