[PATCH] D82362: Move default module cache from system temporary directory
David Zarzycki via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 23 04:45:10 PDT 2020
davezarzycki marked an inline comment as done.
davezarzycki added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:3253
+ CmdArgs.push_back(Args.MakeArgString(Path));
+ }
}
----------------
sammccall wrote:
> what happens in the else case?
No module caching.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82362/new/
https://reviews.llvm.org/D82362
More information about the cfe-commits
mailing list