In ExecWait(), made the child process exit if it can't execve() the new
authorJohn Criswell <criswell@uiuc.edu>
Wed, 17 Sep 2003 19:02:49 +0000 (19:02 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Wed, 17 Sep 2003 19:02:49 +0000 (19:02 +0000)
commite5b3e1559b97e04f73ea01465a1810383468e9f7
treeaf32dbbcd8231b04ddbb39bc3ce6da2bfb3a1c8f
parentf1d01fb6a45a6fa94d9f66a58107c98bfc451946
In ExecWait(), made the child process exit if it can't execve() the new
program.
Added the use of const (which compiles and is hopefully correct).
Added comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8585 91177308-0d34-0410-b5e6-96231b3b80d8
include/Support/SystemUtils.h
include/llvm/Support/SystemUtils.h
lib/Support/SystemUtils.cpp
support/lib/Support/SystemUtils.cpp