[Lldb-commits] [PATCH] Don't use mkstemp, as it doesn't exist on Windows.
Zachary Turner
zturner at google.com
Fri Oct 17 16:43:30 PDT 2014
Hi jasonmolenda,
mkstemp doesn't exist on Windows. A function is provided by LLVM support libraries for this reason, so use that instead.
http://reviews.llvm.org/D5849
Files:
source/Expression/ClangExpressionParser.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5849.15103.patch
Type: text/x-patch
Size: 1485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141017/4c6422b4/attachment.bin>
More information about the lldb-commits
mailing list