[PATCH] D143745: Make section attribute and -ffunction-sections play nicely

Paul Robinson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 10 08:22:56 PST 2023


probinson added a comment.

This works in my simple test cases, but I'm not 100% sure it's (a) the best place to do this, or (b) the only place that needs to do this.
Really we should guarantee that `comdat any` wins over `comdat nodeduplicate` in all cases.


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

https://reviews.llvm.org/D143745



More information about the cfe-commits mailing list