[PATCH] D82858: [llvm-objdump] Detect note section for ELF objects
Scott Linder via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 8 11:02:41 PDT 2020
scott.linder added a comment.
> In an ideal world, we'd merge all the binary tools (GNU and LLVM) into a single tool, or redistribute functionality somehow, so that we don't have duplicate functionality like we already do. This takes us further away from that ideal.
I'm confused by this statement in particular. If the goal is to just have one tool, why did LLVM start re-implementing these tools to begin with? Wasn't the first commit of "llvm-objdump"/"llvm-readobj" a massive step away from the ideal?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82858/new/
https://reviews.llvm.org/D82858
More information about the llvm-commits
mailing list