[llvm-commits] [llvm] r65667 - /llvm/trunk/test/FrontendC/2009-02-27-CString.c

Stuart Hastings stuart at apple.com
Fri Feb 27 16:56:37 PST 2009


Author: stuart
Date: Fri Feb 27 18:56:37 2009
New Revision: 65667

URL: http://llvm.org/viewvc/llvm-project?rev=65667&view=rev
Log:
Unable to say "TARGET: *-*-darwin*"; falling back to "XFAIL: linux,ia64,alpha,sparc".

Modified:
    llvm/trunk/test/FrontendC/2009-02-27-CString.c

Modified: llvm/trunk/test/FrontendC/2009-02-27-CString.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2009-02-27-CString.c?rev=65667&r1=65666&r2=65667&view=diff

==============================================================================
--- llvm/trunk/test/FrontendC/2009-02-27-CString.c (original)
+++ llvm/trunk/test/FrontendC/2009-02-27-CString.c Fri Feb 27 18:56:37 2009
@@ -1,6 +1,6 @@
 /* RUN: %llvmgcc %s -S -o - -emit-llvm | \
    RUN: egrep {CSTRING SECTION.\*section.\*__TEXT,.\*__cstring}
-   XFAIL: *
+   XFAIL: linux,ia64,alpha,sparc
    TARGET: *-*-darwin*
    END.
    Insure that stings go to the cstring section.  This test is





More information about the llvm-commits mailing list