[PATCH] D68081: Allow update_test_checks.py to not scrub names

David Greene via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 27 11:37:39 PDT 2019


greened added a comment.

In D68081#1686308 <https://reviews.llvm.org/D68081#1686308>, @greened wrote:

> Perhaps there is another way to handle situations like this.  I am open to ideas!


One idea would be to have a mode that replaces names not with FileCheck variable references but with a simple regexp like `"%[^[:space:]]+".  That's what I end up doing for the tests in question anyway.  Does that seem better?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68081





More information about the llvm-commits mailing list