[PATCH] D32609: Update llvm-readobj -coff-resources to display tree structure.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 14:03:36 PDT 2017


zturner added a comment.

In addition to ruiu's comments about not checking in binary files, I think we also don't want to use outside projects as the source of our input files.  It's pretty clear this object file came from a chrome binary.  We should be coming making all of our own stuff from scratch, Chromium doesn't really have any kind of connection to LLVM so it doesn't make sense to use their bianries for our tests when we can just generate our own.


https://reviews.llvm.org/D32609





More information about the llvm-commits mailing list