[PATCH] D86406: Speedup llvm-dwarfdump 3.9x

Jan Kratochvil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 00:26:23 PDT 2020


jankratochvil planned changes to this revision.
jankratochvil added a comment.

In D86406#2232912 <https://reviews.llvm.org/D86406#2232912>, @jhenderson wrote:

> Also, perhaps this should be done by the stream itself - it seems like the stream knows whether or not it supports colours, so should we not just have the stream ignore attempts to use colours if the underlying thing doesn't support them?

OK, I agree, I will move it there.  That should also solve the caching problem.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86406/new/

https://reviews.llvm.org/D86406



More information about the llvm-commits mailing list