aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/Module.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-01-15 08:41:35 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-01-15 08:41:35 +0000
commitda22f30e721f1ce3ffc51ead2b06910b436a7d2e (patch)
tree7a65dc8f674c7ab3d39fe952c2b0540bab517850 /clang/lib/Serialization/Module.cpp
parentbd1530949d568ad5da39b9d33adef8a5d0552961 (diff)
downloadllvm-da22f30e721f1ce3ffc51ead2b06910b436a7d2e.zip
llvm-da22f30e721f1ce3ffc51ead2b06910b436a7d2e.tar.gz
llvm-da22f30e721f1ce3ffc51ead2b06910b436a7d2e.tar.bz2
Remove SetWorkingDirectory from the Process interface. Nothing in LLVM
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
Diffstat (limited to 'clang/lib/Serialization/Module.cpp')
0 files changed, 0 insertions, 0 deletions