[PATCH] D14320: Fix createUniqueFile() to do what it is documented to do: create the unique file in a temporary directory if the model isn't absolute. Fix the callers of createUniqueFile() which were affected by this change. Add test cases to verify patch.

Cameron Esfahani via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 3 22:16:09 PST 2015


dirty created this revision.
dirty added reviewers: chapuni, chfast, bkramer.
dirty added a subscriber: llvm-commits.

	Fix createUniqueFile() to do what it is documented to do: create the unique file in a temporary directory if the model isn't absolute.  Fix the callers of createUniqueFile() which were affected by this change.  Add test cases to verify patch.

http://reviews.llvm.org/D14320

Files:
  lib/Object/ArchiveWriter.cpp
  lib/Support/FileOutputBuffer.cpp
  lib/Support/Path.cpp
  unittests/Support/Path.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14320.39165.patch
Type: text/x-patch
Size: 3930 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151104/17bfefe2/attachment.bin>


More information about the llvm-commits mailing list