[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
Wed Nov 4 17:13:02 PST 2015
dirty updated this revision to Diff 39297.
dirty updated the summary for this revision.
dirty added a comment.
- Integrate feedback from chfast: use path::append() to guarantee path separator is present.
http://reviews.llvm.org/D14320
Files:
include/llvm/Support/FileSystem.h
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.39297.patch
Type: text/x-patch
Size: 4554 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151105/7fc491ca/attachment.bin>
More information about the llvm-commits
mailing list