llvm-reduce: Try to fix error message test on windows
It seems the execute implementations have gone out of their way to produce inconsistent error messages. The unix version explicitly checks if the file exists before trying to execute. The windows version checks if it's executable. I don't understand why they wouldn't just try the execution and check the error code.
Loading
Please sign in to comment