diff options
| author | Dan Gohman <gohman@apple.com> | 2010-07-10 09:01:03 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-07-10 09:01:03 +0000 |
| commit | 367b65b56e3ab52e7870058ddad033c031abe912 (patch) | |
| tree | fe4117ca5c7d4b1eca775cb56bc3fb57158e451e /llvm | |
| parent | d7b5ce3312828700ba09ef07a9791559da427491 (diff) | |
| download | bcm5719-llvm-367b65b56e3ab52e7870058ddad033c031abe912.tar.gz bcm5719-llvm-367b65b56e3ab52e7870058ddad033c031abe912.zip | |
Fix this XTARGET so that this does doesn't XPASS on non-darwin hosts.
llvm-svn: 108040
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/FrontendC/2010-06-28-nowarn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/2010-06-28-nowarn.c b/llvm/test/FrontendC/2010-06-28-nowarn.c index 897d887c584..9cfb6636fde 100644 --- a/llvm/test/FrontendC/2010-06-28-nowarn.c +++ b/llvm/test/FrontendC/2010-06-28-nowarn.c @@ -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) { |

