[PATCH] D36304: [lld] [COFF] Add support for aligncomm directives

Martell Malone via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 04:23:20 PDT 2017


martell accepted this revision.
martell added a comment.
This revision is now accepted and ready to land.

Just to follow up. I can confirm I have tested this without applying MSVC byte alignment with my above mentioned patch to the mingw-w64 crt and it works as intended.
I don't think there is any documentation for this feature. This is the original implementation that landed in gcc which might be a good reference.
https://sourceware.org/ml/binutils/2009-05/msg00254.html


https://reviews.llvm.org/D36304





More information about the llvm-commits mailing list