[PATCH] D86406: Speedup llvm-dwarfdump 3.9x

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 00:07:55 PDT 2020


jhenderson added a comment.

Thanks for bringing this up!

I believe llvm-dwarfdump isn't the only thing that prints using colours. I think we need a more general solution than this.

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?


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