[PATCH] D84610: [ELF] --icf: don't fold text sections with LSDA

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 5 01:17:55 PDT 2020


psmith added a comment.

I agree I think it is best to err on the side of correctness. As I understand it we could do better (merge more sections) but this would involve pulling apart .eh_frame sections to show equivalence. I think that could come later.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84610



More information about the llvm-commits mailing list