[PATCH] D58615: [llvm-objdump] Add `Version Definitions` dumper
Xing via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 26 00:03:21 PST 2019
Higuoxing added a comment.
I found a way that not so elegant to solve this problem. We assume that the `verdef` section contains no greater than 99 entries, then according to the index print some hard coded blank spaces.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58615/new/
https://reviews.llvm.org/D58615
More information about the llvm-commits
mailing list