[PATCH] D32609: Update llvm-readobj -coff-resources to display tree structure.
Eric Beckmann via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 2 11:15:33 PDT 2017
ecbeckmann added a comment.
Sorry, this is not yet ready for review, I have some intermediate changes to complete.
================
Comment at: llvm/include/llvm/Object/COFF.h:641-644
+ union {
+ support::ulittle32_t DataEntryOffset;
+ support::ulittle32_t SubdirOffset;
+ } Offset;
----------------
ruiu wrote:
> You are not using this class, are you? If you plan to use it later, please introduce this later.
It is used in COFFDumper when we display each entry in a table.
https://reviews.llvm.org/D32609
More information about the llvm-commits
mailing list