This is an archive of the discontinued LLVM Phabricator instance.

Don't use mkstemp, as it doesn't exist on Windows.
ClosedPublic

Authored by zturner on Oct 17 2014, 4:43 PM.

Details

Summary

mkstemp doesn't exist on Windows. A function is provided by LLVM support libraries for this reason, so use that instead.

Diff Detail

Repository
rL LLVM

Event Timeline

zturner updated this revision to Diff 15103.Oct 17 2014, 4:43 PM
zturner retitled this revision from to Don't use mkstemp, as it doesn't exist on Windows..
zturner updated this object.
zturner edited the test plan for this revision. (Show Details)
zturner added a reviewer: jasonmolenda.
zturner added a subscriber: Unknown Object (MLST).
jasonmolenda accepted this revision.Oct 17 2014, 4:47 PM
jasonmolenda edited edge metadata.

Thanks Zachary. Please commit.

This revision is now accepted and ready to land.Oct 17 2014, 4:47 PM
zturner closed this revision.Oct 20 2014, 10:57 AM
zturner updated this revision to Diff 15144.

Closed by commit rL220218 (authored by @zturner).