[PATCH] D87723: [dsymutil][DWARFLinker][NFC] Make interface of AddressMap more general.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 22 00:57:57 PDT 2020
avl marked 2 inline comments as done.
avl added a comment.
> What's the scenario where you run the DWARF linker with already-linked binaries?
That is currently discussed proposal of dsymutil-like tool for ELF - http://lists.llvm.org/pipermail/llvm-dev/2020-August/144579.html
Though the proposal is still being discussed it is useful to have interfaces to be in general form so that DWARFLinker could be re-used in various scenarios.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87723/new/
https://reviews.llvm.org/D87723
More information about the llvm-commits
mailing list