diff options
author | Martin Storsjo <martin@martin.st> | 2017-08-14 19:07:27 +0000 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2017-08-14 19:07:27 +0000 |
commit | d2752aa9ecd9e5b47e650a13b027804c65a49ecb (patch) | |
tree | 01ff93ec213d6cf574c343a6489f98f456b7c695 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 914c836842c6724cc351954ee196e5d935884577 (diff) | |
download | llvm-d2752aa9ecd9e5b47e650a13b027804c65a49ecb.zip llvm-d2752aa9ecd9e5b47e650a13b027804c65a49ecb.tar.gz llvm-d2752aa9ecd9e5b47e650a13b027804c65a49ecb.tar.bz2 |
[COFF] Add support for aligncomm directives
These are emitted for comm symbols in object files, when targeting
a GNU environment.
Alternatively, just ignore them since we already align CommonChunk
to the natural size of the content (up to 32 bytes). That would only
trade away the possibility to overalign small symbols, which doesn't
sound like something that might not need to be handled?
Differential Revision: https://reviews.llvm.org/D36304
llvm-svn: 310871
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions