On "Unix", if Program::FindProgramByName is given a name containing
authorDan Gohman <gohman@apple.com>
Tue, 28 Jul 2009 23:25:18 +0000 (23:25 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 28 Jul 2009 23:25:18 +0000 (23:25 +0000)
commit0c96daabadeb9bd580a6ec7639dc607925a5c904
tree38640d5117d24eacd35c96341636b975f772165a
parent1fc3a20ccf9396fb9d9a4e8eba0df887da488ea1
On "Unix", if Program::FindProgramByName is given a name containing
slashes, just go with it, regardless of whether it looks like it will
be executable. This follows the behavior of sh(1) more closely.

llvm-svn: 77396
llvm/lib/System/Unix/Program.inc