[libcxx-commits] [libcxx] [llvm] [libc++] Optionally support filecheck and split-file (PR #165769)
Aiden Grossman via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 7 12:41:07 PDT 2026
================
@@ -0,0 +1,5 @@
+#
+# This file defines Python requirements to run the libc++ test suite.
+#
+llvm-testing-tools
----------------
boomanaiden154 wrote:
They should be stable, but there's no reason not to pin them just in case, even if it's just to be consistent with the rest of the project.
It theoretically also helps with supply chain attacks, but you really need a lockfile with hashes for that.
https://github.com/llvm/llvm-project/pull/165769
More information about the libcxx-commits
mailing list