[PATCH] D36379: LLVM: Make GNU COFF Aligncomm optional

David Majnemer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 6 18:25:42 PDT 2017


majnemer added a comment.

GCC already has such a flag, it calls it `-mpe-aligned-commons` and it is on by default. I don't think we should stop emitting aligncomm for GNU targets by default, we shouldn't (and don't AFAIK) emit aligncomm for MSVC targets.


Repository:
  rL LLVM

https://reviews.llvm.org/D36379





More information about the llvm-commits mailing list