summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix/Process.inc
Commit message (Collapse)AuthorAgeFilesLines
* Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth2012-01-151-4/+0
| | | | | | | | | | | | or Clang is using this, and it would be hard to use it correctly given the thread hostility of the function. Also, it never checked the return which is rather dangerous with chdir. If someone was in fact using this, please let me know, as well as what the usecase actually is so that I can add it back and make it more correct and secure to use. (That said, it's never going to be "safe" per-se, but we could at least document the risks...) llvm-svn: 148211
* sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar2011-09-231-0/+4
| | | | llvm-svn: 140433
* Merge System into Support.Michael J. Spencer2010-11-291-0/+295
llvm-svn: 120298
OpenPOWER on IntegriCloud