[PATCH] D82259: Deprecate error prone temporary directory APIs

David Zarzycki via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 22 08:02:18 PDT 2020


davezarzycki updated this revision to Diff 272434.
davezarzycki added a comment.

1. Respect Darwin and XDG cache directories.
2. Drop atypical reverse DNS in the path.
3. Make clang more robust if the default module path cannot be determined.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82259

Files:
  include/clang/Driver/Driver.h
  include/llvm/Support/FileSystem.h
  include/llvm/Support/Path.h
  lib/Driver/ToolChains/Clang.cpp
  lib/Support/Path.cpp
  lib/Support/Unix/Path.inc
  source/Core/ModuleList.cpp
  test/Driver/modules-cache-path.m
  unittests/Driver/ModuleCacheTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82259.272434.patch
Type: text/x-patch
Size: 11051 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200622/09640c29/attachment-0001.bin>


More information about the cfe-commits mailing list