[PATCH] D14959: [Support] Add path::temp_directory() function.

Paweł Bylica via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 09:39:34 PST 2015


chfast created this revision.
chfast added reviewers: rafael, aaron.ballman.
chfast added a subscriber: llvm-commits.

Function path::temp_directory() returns a path to OS-specific temporary directory. On Windows and OSX it is usually a dir under user's control, on Linux it is usually /tmp.
This function is going to replace path::system_temp_directory(true).

http://reviews.llvm.org/D14959

Files:
  include/llvm/Support/Path.h
  lib/Support/Path.cpp
  lib/Support/Unix/Path.inc
  lib/Support/Windows/Path.inc
  unittests/Support/Path.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14959.41059.patch
Type: text/x-patch
Size: 10811 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151124/50c175f2/attachment.bin>


More information about the llvm-commits mailing list