OSDN Git Service

Make Program::Wait differentiate execution failure due to the file
authorDan Gohman <gohman@apple.com>
Fri, 29 Oct 2010 16:54:25 +0000 (16:54 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 29 Oct 2010 16:54:25 +0000 (16:54 +0000)
commite5f77cda25169fcbadc32f0f0b3da2e00ba86b7c
tree69ac8f68d8338ead3821fe230376627d5d36f6f8
parentd8d716fad3eefce98fac5a76a70250d89fcf9a20
Make Program::Wait differentiate execution failure due to the file
being not found from the file being not executable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117664 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/System/Program.h
lib/System/Program.cpp
lib/System/Unix/Program.inc
lib/System/Win32/Program.inc