Move the GetTemporaryDirectory function from "generic Unix" to platform
authorReid Spencer <rspencer@reidspencer.com>
Mon, 30 Aug 2004 21:46:55 +0000 (21:46 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 30 Aug 2004 21:46:55 +0000 (21:46 +0000)
commitf634f4635013235a89a39ac0f218ad2e7967bbc5
treebd6fbe0f4e165713e084c7c70bca1a1003bd3d39
parentb60bf6171d031ef38948b40ef0f8de5233f9361c
Move the GetTemporaryDirectory function from "generic Unix" to platform
specific.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16119 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/AIX/Path.cpp
lib/System/Cygwin/Path.cpp [new file with mode: 0644]
lib/System/Darwin/Path.cpp
lib/System/Linux/Path.cpp
lib/System/SunOS/Path.cpp
lib/System/Unix/Path.cpp
lib/System/Unix/Path.inc