Go to file
Daniel Dunbar 710cb20cd6 IRgen/NeXT: Fix several alignment issues with Objective-C metadata symbols:
- Fix some places that had the alignment hard coded.
 - Use ABI type alignment, not preferred type alignment -- neither of this is exactly right, as we really want the C type alignment as required by the runtime, but the ABI alignment is a more correct choice.

This should be equivalent for x86_64, but fixes the alignment for ARM.

llvm-svn: 102314
2010-04-25 20:39:32 +00:00
clang IRgen/NeXT: Fix several alignment issues with Objective-C metadata symbols: 2010-04-25 20:39:32 +00:00
compiler-rt improve arm build support on darwin 2010-04-21 22:46:53 +00:00
llvm Added bullet about GNUstep Objective-C ABI support to the Clang section of the release notes. 2010-04-25 19:13:33 +00:00