Add an ExecuteNoWait interface to support asynchronous process spawning.
authorDavid Greene <greened@obbligato.org>
Wed, 8 Jul 2009 21:46:40 +0000 (21:46 +0000)
committerDavid Greene <greened@obbligato.org>
Wed, 8 Jul 2009 21:46:40 +0000 (21:46 +0000)
commit59629c1d8baeb7407b419cce3b59bea0bb4a2bd9
treefa7dfd6c9d2f2c91806527bf317cec5927e81da6
parent320671d2654a543bbeed5b62efe165430146d55e
Add an ExecuteNoWait interface to support asynchronous process spawning.

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