[llvm-commits] [llvm] r65692 - /llvm/trunk/test/FrontendC/2009-02-27-CString.c
Bill Wendling
isanbard at gmail.com
Sat Feb 28 04:11:11 PST 2009
Author: void
Date: Sat Feb 28 06:11:01 2009
New Revision: 65692
URL: http://llvm.org/viewvc/llvm-project?rev=65692&view=rev
Log:
There is a way to specify targets that should succeed. It's the "XTARGET"
keyword.
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=65692&r1=65691&r2=65692&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2009-02-27-CString.c (original)
+++ llvm/trunk/test/FrontendC/2009-02-27-CString.c Sat Feb 28 06:11:01 2009
@@ -1,7 +1,7 @@
/* RUN: %llvmgcc %s -S -o - -emit-llvm | \
RUN: egrep {CSTRING SECTION.\*section.\*__TEXT,.\*__cstring}
- XFAIL: linux,ia64,alpha,sparc
- TARGET: *-*-darwin*
+ XFAIL: *
+ XTARGET: darwin
END.
Insure that stings go to the cstring section. This test is
intended solely for Darwin targets.
More information about the llvm-commits
mailing list