Initial commit of an platform-indepdendent implementation for the
authorReid Spencer <rspencer@reidspencer.com>
Sun, 29 Aug 2004 19:20:41 +0000 (19:20 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 29 Aug 2004 19:20:41 +0000 (19:20 +0000)
commit52a7efafba1045a8c7a3fe545487d11d53e6f93a
tree82fe005bfccae757d989b9ccc6dfd6a130140b3f
parentfd5c345a0e5b18206adc65a9a9f5ab3b5e4d7bd3
Initial commit of an platform-indepdendent implementation for the
"Program" operating system concept (find and execute programs).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16084 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/AIX/Program.cpp [new file with mode: 0644]
lib/System/Cygwin/Program.cpp [new file with mode: 0644]
lib/System/Darwin/Program.cpp [new file with mode: 0644]
lib/System/Linux/Program.cpp [new file with mode: 0644]
lib/System/Program.cpp [new file with mode: 0644]
lib/System/SunOS/Program.cpp [new file with mode: 0644]
lib/System/Unix/Program.cpp [new file with mode: 0644]
lib/System/Unix/Program.inc [new file with mode: 0644]
lib/System/Win32/Program.cpp [new file with mode: 0644]
lib/System/Win32/Program.inc [new file with mode: 0644]