[PATCH] D52184: Remove dead function user_cache_directory()

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 17 13:13:52 PDT 2018


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

Thanks! It's very likely we can use `getenv("USERPROFILE")` or the unicode equivalent to eliminate the remaining one. It's also pretty reasonable to just hardcode %USERPROFILE%/AppData/Local if we ever need this functionality.


https://reviews.llvm.org/D52184





More information about the llvm-commits mailing list