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

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 6 09:43:32 PDT 2017


mstorsjo added a comment.

I think one important question that needs to be looked into is, does GNU ld align comm symbols at all if we omit this? There's a neat testcase in lld (COFF/common-something iirc) that you might use as base for figuring that out. If it doesn't, I'm afraid we can't do this.


Repository:
  rL LLVM

https://reviews.llvm.org/D36379





More information about the llvm-commits mailing list