<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)
commita86ddf0411a733652e682c2ba0d35101199d4456
tree64f257c31be49c8628cab0af91f65b3059e64d58
parent3d0ffd10aafeff23a101bb8c54e5e820d5b0a3e0
<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.

llvm-svn: 177669
llvm/lib/Support/PathV2.cpp