There is a way to specify targets that should succeed. It's the "XTARGET"

keyword.

llvm-svn: 65692
This commit is contained in:
Bill Wendling 2009-02-28 12:11:01 +00:00
parent e57d407fc2
commit 6311d06b2f
1 changed files with 2 additions and 2 deletions

View File

@ -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.