summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Unix/Program.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Add a declaration of environ global for DarwinReid Spencer2004-08-291-0/+2
| | | | llvm-svn: 16100
* Initial commit of an platform-indepdendent implementation for theReid Spencer2004-08-291-0/+133
"Program" operating system concept (find and execute programs). llvm-svn: 16084
OpenPOWER on IntegriCloud