mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-27 07:12:06 +00:00
Refix XTARGET. Previous attempt matches on powerpc-apple-darwin,
although I don't see why. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107090 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d877281be4
commit
45e01d2751
@ -1,7 +1,7 @@
|
||||
// RUN: %llvmgcc %s -c -m32 -fasm-blocks -o /dev/null
|
||||
// This should not warn about unreferenced label. 7729514.
|
||||
// XFAIL: *
|
||||
// XTARGET: i386*darwin,i686*darwin,x86*darwin
|
||||
// XTARGET: i386-apple-darwin,x86_64-apple-darwin,i686-apple-darwin
|
||||
|
||||
void quarterAsm(int array[], int len)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user