[llvm-commits] [llvm] r84723 - /llvm/trunk/test/FrontendC/msasm.c

Bill Wendling isanbard at gmail.com
Tue Oct 20 17:51:41 PDT 2009


Author: void
Date: Tue Oct 20 19:51:40 2009
New Revision: 84723

URL: http://llvm.org/viewvc/llvm-project?rev=84723&view=rev
Log:
This is passing on Darwin PPC.

Modified:
    llvm/trunk/test/FrontendC/msasm.c

Modified: llvm/trunk/test/FrontendC/msasm.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/msasm.c?rev=84723&r1=84722&r2=84723&view=diff

==============================================================================
--- llvm/trunk/test/FrontendC/msasm.c (original)
+++ llvm/trunk/test/FrontendC/msasm.c Tue Oct 20 19:51:40 2009
@@ -1,7 +1,7 @@
 // RUN: %llvmgcc %s -fasm-blocks -S -o - | FileCheck %s
 // Complicated expression as jump target
 // XFAIL: *
-// XTARGET: x86,i386,i686
+// XTARGET: x86,i386,i686,darwin
 
 void Method3()
 {





More information about the llvm-commits mailing list