Make the sys::Path::GetTemporaryDirectory method not throw exceptions and
authorReid Spencer <rspencer@reidspencer.com>
Tue, 22 Aug 2006 19:01:30 +0000 (19:01 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 22 Aug 2006 19:01:30 +0000 (19:01 +0000)
commit487447626c273962744820a370d93ddef961c3f2
tree5452a7c4f1d9d37faf155d7e486719795ae96023
parentbe4f88a8b8bb3311e0dc4cde8533763d7923c3ea
Make the sys::Path::GetTemporaryDirectory method not throw exceptions and
adjust users of it to compensate.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29831 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/GraphWriter.h
include/llvm/System/Path.h
lib/System/Unix/Path.inc
tools/llvmc/CompilerDriver.cpp