diff options
author | Rui Ueyama <ruiu@google.com> | 2014-07-08 23:11:01 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2014-07-08 23:11:01 +0000 |
commit | 39dc40af07bfb8c94b9c45aaaac45acce42356c0 (patch) | |
tree | 125ea4f1fd1e89dbd1b5415fb7e3454346c6c898 /llvm/lib/Analysis/NoAliasAnalysis.cpp | |
parent | ca7f76c4063a53d2d2837cf554394932f1edf7a0 (diff) | |
download | bcm5719-llvm-39dc40af07bfb8c94b9c45aaaac45acce42356c0.tar.gz bcm5719-llvm-39dc40af07bfb8c94b9c45aaaac45acce42356c0.zip |
[PECOFF] Fix .bss section alignment
Previously the alignment of the .bss section was not
properly set because of a bug in AtomizeDefinedSymbolsInSection.
We set the alignment of the section at the end of the function,
but we use an eraly return for the .bss section, so the code had
been skipped.
llvm-svn: 212571
Diffstat (limited to 'llvm/lib/Analysis/NoAliasAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions