[PATCH] D84511: Fix update_cc_test_checks.py --llvm-bin after D78478

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 24 08:21:24 PDT 2020


MaskRay added inline comments.


================
Comment at: clang/test/utils/update_cc_test_checks/lit.local.cfg:24
+# works as expected
+config.substitutions.append(
+    ('%update_cc_test_checks_llvm_bin', "%s %s %s" % (
----------------
The substitution is here just to make a test. Can it be tested with existing substitutions?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84511





More information about the cfe-commits mailing list