Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove this test. It is currently failing because we now emit the string | Chris Lattner | 2009-07-25 | 1 | -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 Wendling | 2009-02-28 | 1 | -2/+2 |
| | | | | | | keyword. llvm-svn: 65692 | ||||
* | Unable to say "TARGET: *-*-darwin*"; falling back to "XFAIL: ↵ | Stuart Hastings | 2009-02-28 | 1 | -1/+1 |
| | | | | | | linux,ia64,alpha,sparc". llvm-svn: 65667 | ||||
* | Testcase to insure C strings go to the cstring | Stuart Hastings | 2009-02-27 | 1 | -0/+11 |
section. Darwin-specific. llvm-svn: 65655 |