summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Program.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-091-2/+2
| | | | | | | gdb debugger doesn't get confused on which file it is reading (the one in lib/System or the one in lib/System/{Win32,Unix}) llvm-svn: 19426
* For PR351:Reid Spencer2004-12-271-1/+7
| | | | | | | * Consolidate implementation for Unix systems into Unix/Program.cpp * Avoid use of symbolic link to #include platform-specific implementation. llvm-svn: 19154
* Initial commit of an platform-indepdendent implementation for theReid Spencer2004-08-291-0/+29
"Program" operating system concept (find and execute programs). llvm-svn: 16084
OpenPOWER on IntegriCloud