aboutsummaryrefslogtreecommitdiff
path: root/test/FrontendC/2009-02-27-CString.c
AgeCommit message (Collapse)Author
2009-07-25remove this test. It is currently failing because we now emit the stringChris Lattner
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77055 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-28There is a way to specify targets that should succeed. It's the "XTARGET"Bill Wendling
keyword. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65692 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-28Unable to say "TARGET: *-*-darwin*"; falling back to "XFAIL: ↵Stuart Hastings
linux,ia64,alpha,sparc". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65667 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-27Testcase to insure C strings go to the cstringStuart Hastings
section. Darwin-specific. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65655 91177308-0d34-0410-b5e6-96231b3b80d8