summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC/2009-02-27-CString.c
Commit message (Collapse)AuthorAgeFilesLines
* remove this test. It is currently failing because we now emit the stringChris Lattner2009-07-251-11/+0
| | | | | | | | on darwin with ".cstring" instead of ".section __TEXT,__cstring". They are the same and the former is better. Remove this because this is no longer magic pixie dust in the frontend. llvm-svn: 77055
* There is a way to specify targets that should succeed. It's the "XTARGET"Bill Wendling2009-02-281-2/+2
| | | | | | keyword. llvm-svn: 65692
* Unable to say "TARGET: *-*-darwin*"; falling back to "XFAIL: ↵Stuart Hastings2009-02-281-1/+1
| | | | | | linux,ia64,alpha,sparc". llvm-svn: 65667
* Testcase to insure C strings go to the cstringStuart Hastings2009-02-271-0/+11
section. Darwin-specific. llvm-svn: 65655
OpenPOWER on IntegriCloud