llvm-project/clang/unittests/Driver
David Zarzycki dab859d1bf Reland: [clang driver] Move default module cache from system temporary directory
This fixes a unit test. Otherwise here is the original commit:

1) Shared writable directories like /tmp are a security problem.
2) Systems provide dedicated cache directories these days anyway.
3) This also refines LLVM's cache_directory() on Darwin platforms to use
   the Darwin per-user cache directory.

Reviewers: compnerd, aprantl, jakehehrlich, espindola, respindola, ilya-biryukov, pcc, sammccall

Reviewed By: compnerd, sammccall

Subscribers: hiraditya, llvm-commits, cfe-commits

Tags: #clang, #llvm

Differential Revision: https://reviews.llvm.org/D82362
2020-06-27 05:35:15 -04:00
..
CMakeLists.txt Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists exist 2019-11-21 11:56:09 +01:00
DistroTest.cpp Remove unused Endian.h includes, NFC 2020-03-11 15:45:34 -07:00
ModuleCacheTest.cpp Reland: [clang driver] Move default module cache from system temporary directory 2020-06-27 05:35:15 -04:00
MultilibTest.cpp [Driver] Support priority for multilibs 2019-04-27 00:25:11 +00:00
SanitizerArgsTest.cpp [clang] Replace SmallStr.str().str() with std::string conversion operator. 2020-01-29 21:27:46 -08:00
ToolChainTest.cpp Driver tests: set `--sysroot=""` to support clang with `DEFAULT_SYSROOT` 2019-09-28 12:21:06 +00:00