<rdar://problem/13477190> On Darwin, use DARWIN_USER_TEMP_DIR or DARWIN_USER_CACHE_DI...
authorDouglas Gregor <dgregor@apple.com>
Thu, 21 Mar 2013 21:46:10 +0000 (21:46 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 21 Mar 2013 21:46:10 +0000 (21:46 +0000)
commitb0b5bde01809fa861c23debd08f4926a895218fe
tree91c6cd8cd2a3b2f826299fb03d8091f9692b8f24
parentc91b5e197bb41ccb2f9f78b6176e61c848df9e15
<rdar://problem/13477190> On Darwin, use DARWIN_USER_TEMP_DIR or DARWIN_USER_CACHE_DIR for the system temporary directory.

The DARWIN_USER_TEMP_DIR and DARWIN_USER_CACHE_DIR configuration
settings are more idiomatic for Darwin than the TMPDIR environment
variable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177669 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/PathV2.cpp