summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC/cstring-align.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-251-1/+1
| | | | | | | | automatically. Use -S with llvm-gcc rather than -c, so tests can work when llvm-gcc is really dragonegg (which can output IR with -S but not -c). llvm-svn: 120158
* Another test that uses -m64. Here too it looks like it can beDuncan Sands2010-09-091-10/+4
| | | | | | | removed. Not that the XTARGET wasn't doing anything since it does nothing without an accompanying XFAIL. llvm-svn: 113484
* Rework global alignment computation again. Now we do round upChris Lattner2010-04-281-3/+2
| | | | | | | | alignment of globals to the preferred alignment, but only when there is no section specified on the global (by far the common case). llvm-svn: 102515
* Revert r102300/102301, which serious broke objc apps.Chris Lattner2010-04-261-2/+3
| | | | llvm-svn: 102359
* this passes now.Chris Lattner2010-04-251-3/+2
| | | | llvm-svn: 102301
* This is testing a darwin specific feature, so only turnDuncan Sands2010-01-061-0/+2
| | | | | | it on for darwin (it fails on linux). llvm-svn: 92826
* Fix -march= name for x86-64.Daniel Dunbar2009-11-201-1/+1
| | | | llvm-svn: 89445
* Specify proper arch and triple for 64-bit.Bill Wendling2009-11-201-1/+1
| | | | llvm-svn: 89418
* Testcase for r89415.Bill Wendling2009-11-201-0/+16
llvm-svn: 89417
OpenPOWER on IntegriCloud