[PATCH] D83004: [UpdateCCTestChecks] Include generated functions if asked

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 18 07:02:55 PDT 2020


thakis added inline comments.


================
Comment at: llvm/utils/UpdateTestChecks/common.py:645
+  added = set()
+  for prefixes, tool_args, *rest in prefix_list:
+    for prefix in prefixes:
----------------
LLVM still supports Python 2.7. This breaks devs and bots still using 2.7. Please fix :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83004



More information about the cfe-commits mailing list