[PATCH] D82362: Move default module cache from system temporary directory
    Sam McCall via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jun 25 01:03:15 PDT 2020
    
    
  
sammccall accepted this revision.
sammccall added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:3253
+      CmdArgs.push_back(Args.MakeArgString(Path));
+    }
   }
----------------
davezarzycki wrote:
> sammccall wrote:
> > what happens in the else case?
> No module caching.
This seems reasonable (though a bit surprising that it happens silently). Please add a comment.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82362/new/
https://reviews.llvm.org/D82362
    
    
More information about the llvm-commits
mailing list