[PATCH] D38416: [RFC] Add a LIT-style Progress Bar to libSupport

Jonathan Roelofs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 29 15:11:21 PDT 2017


jroelofs updated this revision to Diff 117232.
jroelofs added a subscriber: bogner.
jroelofs added a comment.

Add a testcase per @bogner's advice (sort of). I tried doing the `setenv` trick, but that only worked when the testcase is ran not under LIT. Since I have to inject other state in anyway for testing, may as well just use that flag to force 60 cols too.


https://reviews.llvm.org/D38416

Files:
  include/llvm/Support/Progress.h
  lib/Support/CMakeLists.txt
  lib/Support/Progress.cpp
  unittests/Support/CMakeLists.txt
  unittests/Support/ProgressTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38416.117232.patch
Type: text/x-patch
Size: 9980 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170929/88a18939/attachment.bin>


More information about the llvm-commits mailing list