[PATCH] D42712: [utils] Add utils/update_cc_test_checks.py

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 06:43:48 PST 2018


spatel edited reviewers, added: asb, craig.topper, RKSimon; removed: spatel.
spatel added a comment.

Adding others who might be interested in this functionality, and must be more qualified to review python changes (since I don't know it at all).

We may be creating a moral hazard by making it easy to check asm from c/c++ (we're generally not supposed to have end-to-end unit/regression tests), but it's nice to have that functionality. :)


Repository:
  rL LLVM

https://reviews.llvm.org/D42712





More information about the llvm-commits mailing list