[llvm] [lit] Add --per-test-output-subdir to isolate test_exec_root across concurrent runs (PR #206826)

David Young via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 05:10:37 PDT 2026


================
@@ -363,6 +363,22 @@ def parse_args():
         action="store_true",
         help="Enable individual test case coverage",
     )
+    execution_group.add_argument(
+        "--test-output-root",
+        dest="test_output_root",
+        metavar="DIR",
+        default=None,
+        help="Write all test output under DIR instead of each test suite's "
----------------
youngd007 wrote:

updated

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


More information about the llvm-commits mailing list