https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/156526
>From b2968a7c143a43281bb2a62ed7a88bba3b356b52 Mon Sep 17 00:00:00 2001 From: Aiden Grossman <[email protected]> Date: Tue, 2 Sep 2025 20:30:00 +0000 Subject: [PATCH] fix Created using spr 1.3.6 --- lld/test/lit.cfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/lit.cfg.py b/lld/test/lit.cfg.py index 1b3b67114c30b..10f556567cdc8 100644 --- a/lld/test/lit.cfg.py +++ b/lld/test/lit.cfg.py @@ -19,7 +19,7 @@ # testFormat: The test format to use to interpret tests. # # For now we require '&&' between commands, until they get globally killed and the test runner updated. -config.test_format = lit.formats.ShTest(False) +config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell) # suffixes: A list of file extensions to treat as test files. config.suffixes = [".ll", ".s", ".test", ".yaml", ".objtxt"] _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
