diff options
author | Dale Johannesen <dalej@apple.com> | 2009-08-31 17:49:20 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2009-08-31 17:49:20 +0000 |
commit | 249c93e15f72a64cf7d4edd920e097ede241bc11 (patch) | |
tree | e81de18d617051262f716e29662239cbf476b425 | |
parent | 2038cf31684089fe745a3971e32f4d208b68a0a4 (diff) |
Mark test as passing on all x86, which it should,
although I don't think anyone cares about this
feature except Darwin. PR 4825.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80596 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/FrontendC/2009-08-11-AsmBlocksComplexJumpTarget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2009-08-11-AsmBlocksComplexJumpTarget.c b/test/FrontendC/2009-08-11-AsmBlocksComplexJumpTarget.c index 1a801f9703..e141c9a16c 100644 --- a/test/FrontendC/2009-08-11-AsmBlocksComplexJumpTarget.c +++ b/test/FrontendC/2009-08-11-AsmBlocksComplexJumpTarget.c @@ -1,7 +1,7 @@ // RUN: %llvmgcc %s -fasm-blocks -S -o - | grep {\\\*1192} // Complicated expression as jump target // XFAIL: * -// XTARGET: darwin +// XTARGET: x86,i386,i686 asm void Method3() { |