[PATCH] D59553: [WIP][LLD][ELF][DebugInfo] Use predefined value to mark debug address ranges pointing to deleted code.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 8 11:02:49 PDT 2020


dblaikie added a comment.

In D59553#2079451 <https://reviews.llvm.org/D59553#2079451>, @avl wrote:

> Do we have agreement on following option syntax;
>
> --dead-reloc-addend=<value>
>
> ?
>
> If yes - I would update the patch.


I'd like to avoid adding a flag at all, if possible.

Is there already a clear case where a one-size-fits-all solution won't be sufficient?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59553





More information about the llvm-commits mailing list