[PATCH] D82259: Deprecate error prone temporary directory APIs

David Zarzycki via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 22 04:16:13 PDT 2020


davezarzycki added a comment.

Sure, we can honor XDG_CACHE_DIR. Maybe as a followup, somebody can wire up Darwin's cache directory (which is retrievable via a BSD specific `confstr()` API with `_CS_DARWIN_USER_CACHE_DIR`). I'm not sure about other platforms.

I'll wait for more feedback before updating the patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82259





More information about the cfe-commits mailing list