summaryrefslogtreecommitdiff
path: root/test/FrontendC/cstring-align.c
Commit message (Collapse)AuthorAge
* Rework global alignment computation again. Now we do round upChris Lattner2010-04-28
| | | | | | | | | alignment of globals to the preferred alignment, but only when there is no section specified on the global (by far the common case). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102515 91177308-0d34-0410-b5e6-96231b3b80d8
* Revert r102300/102301, which serious broke objc apps.Chris Lattner2010-04-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102359 91177308-0d34-0410-b5e6-96231b3b80d8
* this passes now.Chris Lattner2010-04-25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102301 91177308-0d34-0410-b5e6-96231b3b80d8
* This is testing a darwin specific feature, so only turnDuncan Sands2010-01-06
| | | | | | | it on for darwin (it fails on linux). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92826 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix -march= name for x86-64.Daniel Dunbar2009-11-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89445 91177308-0d34-0410-b5e6-96231b3b80d8
* Specify proper arch and triple for 64-bit.Bill Wendling2009-11-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89418 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for r89415.Bill Wendling2009-11-20
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89417 91177308-0d34-0410-b5e6-96231b3b80d8