[llvm] [LIT] Fix env without subcommand causing early return in pipeline (PR #184028)
Paul Kirth via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 9 13:52:17 PDT 2026
================
@@ -857,6 +899,9 @@ def _executeShCmd(cmd, shenv, results, timeoutHelper):
else:
break
+ if handled_inproc_pipeline:
+ continue
----------------
ilovepi wrote:
Why is this required? won't that prevent other builtins from working? Probably worth a comment if its necessary.
https://github.com/llvm/llvm-project/pull/184028
More information about the llvm-commits
mailing list