[PATCH] D13801: [Support] Extend sys::path with user_cache_directory function.

Paweł Bylica via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 04:16:03 PDT 2015


chfast added a comment.

In http://reviews.llvm.org/D13801#276308, @rafael wrote:

> btw, what will be using this?


Personally I'm using it for keeping JIT cached objects. I believe it is more suitable for that case than system_temp_directory (and in case of MacOS is just more explicit).


http://reviews.llvm.org/D13801





More information about the llvm-commits mailing list