[PATCH] D82259: Deprecate error prone temporary directory APIs

Chris Lattner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 20 14:18:03 PDT 2020


lattner added a comment.

Hi Dave,

This is doing two things - changing the behavior of clang (where it stores its module cache) and deprecating an API.  I'd recommend we start by focusing on whether the first part is the right thing to do, and just remove the API if this is the only client of it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82259/new/

https://reviews.llvm.org/D82259





More information about the llvm-commits mailing list