[PATCH] D53051: [llvm-tapi] initial commit, supports reading ELF
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 26 14:29:38 PDT 2018
ruiu added a comment.
Good to hear.
What makes me think of you were adding the TAPI support to other tools is that you guys paid cost of splitting the implementation of the new command into two -- a library and a tool that uses the library. I don't think that that separation makes sense if you have no plan to extend the ELF TAPI support to other tools. I think it should be implemented just as a tool.
Repository:
rL LLVM
https://reviews.llvm.org/D53051
More information about the llvm-commits
mailing list