[llvm-branch-commits] [llvm] [lit] Make not still fail if the called process returns a signal (PR #174298)
Petr Hosek via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jan 5 00:42:19 PST 2026
================
@@ -913,6 +914,8 @@ def _executeShCmd(cmd, shenv, results, timeoutHelper):
if not_crash:
args = not_args + args
not_count = 0
+ elif not_args == ["not"]:
----------------
petrhosek wrote:
Does the comment above on line 902-909 need to be updated to reflect this change?
https://github.com/llvm/llvm-project/pull/174298
More information about the llvm-branch-commits
mailing list