]> granicus.if.org Git - clang/commit
Add CodeGen support for alignment on globals, both for unusual natural
authorEli Friedman <eli.friedman@gmail.com>
Thu, 29 May 2008 11:10:27 +0000 (11:10 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 29 May 2008 11:10:27 +0000 (11:10 +0000)
commit08d7802a406ee4a7cc18e8fce0c137b8c410ea7c
tree53b6f7e402e9d46c50b46b70e7fea379a8b73ca7
parent32ea35fee916ed73fe343bad2de9a609eb2cca38
Add CodeGen support for alignment on globals, both for unusual natural
alignment and alignment attributes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51676 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
test/CodeGen/var-align.c [new file with mode: 0644]