[libc-commits] [libc] [libc] Replace check-libc with lit-based test execution (PR #184163)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Wed Apr 22 09:55:45 PDT 2026


================
@@ -194,7 +194,7 @@ def execute(self, test, litConfig):
             )
         else:
             out, err, exit_code = lit.util.executeCommand(
-                [test_path] + extra_args, cwd=exec_dir, env=env
+                [test_path] + test_args, cwd=exec_dir, env=env
----------------
michaelrj-google wrote:

is this change needed? It seems unrelated

https://github.com/llvm/llvm-project/pull/184163


More information about the libc-commits mailing list