Files
clang-p2996/llvm/lib/Support/Unix/Program.inc
Matt Arsenault 8dd609598e Support: Do not check if a file exists before executing (#128821)
Let the actual syscall error if the file doesn't exist. This produces
a more standard "no such file or directory" phrasing of the error
message,
and avoids an extra step.

The same antipattern appears in the windows code, we should probably
fix that one too.
2025-02-26 13:51:40 +07:00

18 KiB