forked from OSchip/llvm-project
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:
parent
23384a1c8d
commit
f692963600
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue