mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-13 08:26:02 +00:00
There is a way to specify targets that should succeed. It's the "XTARGET"
keyword. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65692 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/* RUN: %llvmgcc %s -S -o - -emit-llvm | \
|
/* RUN: %llvmgcc %s -S -o - -emit-llvm | \
|
||||||
RUN: egrep {CSTRING SECTION.\*section.\*__TEXT,.\*__cstring}
|
RUN: egrep {CSTRING SECTION.\*section.\*__TEXT,.\*__cstring}
|
||||||
XFAIL: linux,ia64,alpha,sparc
|
XFAIL: *
|
||||||
TARGET: *-*-darwin*
|
XTARGET: darwin
|
||||||
END.
|
END.
|
||||||
Insure that stings go to the cstring section. This test is
|
Insure that stings go to the cstring section. This test is
|
||||||
intended solely for Darwin targets.
|
intended solely for Darwin targets.
|
||||||
|
Reference in New Issue
Block a user