Fix target for new X86 test

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.

llvm-svn: 369774
This commit is contained in:
Teresa Johnson 2019-08-23 16:02:25 +00:00
parent 23384a1c8d
commit f692963600
1 changed files with 2 additions and 2 deletions

View 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