[PATCH] D70432: [UpdateTestChecks] Share the code to parse RUN: lines between all scripts

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 04:28:19 PST 2019


arichardson created this revision.
arichardson added reviewers: xbolva00, MaskRay, jdoerfert.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This commit also introduces a common.debug() function to avoid many
`if args.verbose:` statements. Depends on D70428 <https://reviews.llvm.org/D70428>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D70432

Files:
  llvm/utils/UpdateTestChecks/common.py
  llvm/utils/update_analyze_test_checks.py
  llvm/utils/update_cc_test_checks.py
  llvm/utils/update_llc_test_checks.py
  llvm/utils/update_mca_test_checks.py
  llvm/utils/update_mir_test_checks.py
  llvm/utils/update_test_checks.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70432.230034.patch
Type: text/x-patch
Size: 17563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191119/c24115e9/attachment.bin>


More information about the llvm-commits mailing list