]> granicus.if.org Git - clang/commit
<rdar://problem/13477190> Give the Clang module cache directory some structure, so...
authorDouglas Gregor <dgregor@apple.com>
Thu, 21 Mar 2013 21:48:48 +0000 (21:48 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 21 Mar 2013 21:48:48 +0000 (21:48 +0000)
commit892b6fb1ae818acc594ea54aaee084a4c48458ff
tree27bb41035e5e4677884954f282fa67567644587f
parent30262b7316bb8d0d17b083bebfc3da6c0ba551cb
<rdar://problem/13477190> Give the Clang module cache directory some structure, so it's easier to find.

We now put the Clang module cache in
<system-temp-directory>/org.llvm.clang/ModuleCache. Perhaps some day
there will be other caches under <system-temp-directory>/org.llvm.clang>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177671 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Modules/driver.c