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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 16 12:53:21 PST 2018


MaskRay marked an inline comment as done.
MaskRay added inline comments.


================
Comment at: utils/update_cc_test_checks.py:68
+
+def main():
+  parser = argparse.ArgumentParser(
----------------
echristo wrote:
> Perhaps you could split this into some functions?
> 
```
% utils/update_cc_test_checks.py --llvm-bin ~/Dev/llvm/release/bin /tmp/d/a.cc                                   
Enable --wont-emit-asm-in-clang-testsuite to acknowledge that asm tests are discouraged in Clang testsuite, and you won't use this script to check in them.
```

I was inspired by GNU parallel and added this option `--wont-emit-asm-in-clang-testsuite`


Repository:
  rL LLVM

https://reviews.llvm.org/D42712





More information about the llvm-commits mailing list