[PATCH] D136329: update_test_checks.py: allow use with custom tools

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 07:49:16 PDT 2022


arsenm added inline comments.


================
Comment at: llvm/test/tools/UpdateTestChecks/update_test_checks/custom-tool.test:1
+# Don't rely on 'grep' being available on Windows.
+# UNSUPPORTED: system-windows
----------------
I can into this problem recently when trying to use llvm-extract. You could use that instead of relying on grep 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136329



More information about the llvm-commits mailing list