From 249c93e15f72a64cf7d4edd920e097ede241bc11 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Mon, 31 Aug 2009 17:49:20 +0000 Subject: 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 --- test/FrontendC/2009-08-11-AsmBlocksComplexJumpTarget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/FrontendC') 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() { -- cgit v1.2.3