[PATCH] D80584: [utils] change update_test_checks.py use of 'TMP' value names

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 12:29:53 PDT 2020


spatel added a comment.

In D80584#2057936 <https://reviews.llvm.org/D80584#2057936>, @RKSimon wrote:

> do we have any idea of the likely scope of the test changes?


Assuming I did this correctly - check for auto-generated files that contain 'TMP':

  test $ grep -l TMP `grep -rl update_test_checks *` | wc -l
      1044


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

https://reviews.llvm.org/D80584





More information about the llvm-commits mailing list