mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 06:06:32 +00:00
Fix this XTARGET so that this does doesn't XPASS on non-darwin hosts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108040 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
84023e0fbe
commit
6536132fac
@ -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-apple-darwin,x86_64-apple-darwin,i686-apple-darwin
|
||||
// XTARGET: x86,i386,i686
|
||||
|
||||
void quarterAsm(int array[], int len)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user