diff options
| author | Dale Johannesen <dalej@apple.com> | 2010-06-28 22:45:33 +0000 |
|---|---|---|
| committer | Dale Johannesen <dalej@apple.com> | 2010-06-28 22:45:33 +0000 |
| commit | 764b056c306121c82f92104501a45fd926b9c5fb (patch) | |
| tree | 9dc0b88ffddec6817f6a657e603a233554e7b50c /llvm/test/FrontendC | |
| parent | 65cd5ba74d423a90b4f46e189442c98903efe984 (diff) | |
| download | bcm5719-llvm-764b056c306121c82f92104501a45fd926b9c5fb.tar.gz bcm5719-llvm-764b056c306121c82f92104501a45fd926b9c5fb.zip | |
Refix XTARGET. Previous attempt matches on powerpc-apple-darwin,
although I don't see why.
llvm-svn: 107090
Diffstat (limited to 'llvm/test/FrontendC')
| -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 2e7c736b550..897d887c584 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*darwin,i686*darwin,x86*darwin +// XTARGET: i386-apple-darwin,x86_64-apple-darwin,i686-apple-darwin void quarterAsm(int array[], int len) { |

