[PATCH] D89099: [lld][ELF] Rewrite ICF-folded references rather than tombstoning them

ben via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 20 10:41:03 PDT 2020


bd1976llvm added a comment.

Apologies that I haven't had much time to look into this. I tried this style of patching with Sony's proprietary debugger and the user experience w.r.t. source locations and setting breakpoints was degraded. When I find time I will try to determine what is theoretically best here and whether the degradation in the debugging experience that I saw is an artefact of our proprietary debuggers implementation or if it points to something important. We should try with other consumers as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89099



More information about the llvm-commits mailing list