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

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 16 11:17:08 PST 2018


echristo added a comment.

Leaving it as an IR only check seems like the right thing to do. We definitely don't want to encourage people to have .cc -> .s checks.



================
Comment at: utils/update_cc_test_checks.py:68
+
+def main():
+  parser = argparse.ArgumentParser(
----------------
Perhaps you could split this into some functions?



Repository:
  rL LLVM

https://reviews.llvm.org/D42712





More information about the llvm-commits mailing list