[PATCH] D48904: [llvm-objdump] Add --archive-headers (-a) option

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 5 08:26:01 PDT 2018


jhenderson added a comment.

In https://reviews.llvm.org/D48904#1153191, @paulsemel wrote:

> Arf.. @jhenderson forgot that the time was timezone dependent.. can I push a patch ?


Go ahead.

I assume you're going to use some form of regex? It would be good to not just do {{.*}}, but rather to do one that matches the format, if the format is consistent between timezone settings.


Repository:
  rL LLVM

https://reviews.llvm.org/D48904





More information about the llvm-commits mailing list