[PATCH] D68101: [MC][ELF] Prevent globals with an explicit section from being mergeable

James Molloy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 26 13:23:03 PDT 2019


jmolloy added a reviewer: SjoerdMeijer.
jmolloy added a comment.

This feels like it could cause a pretty serious regression. This essentially disables global merging with -fdata-sections, which I know at least one linker relies upon for code size.

It'd be good to get comments from the ARM folk, I've also added Sjoerd who I know has background in this.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68101/new/

https://reviews.llvm.org/D68101





More information about the llvm-commits mailing list