This is an archive of the discontinued LLVM Phabricator instance.

Inline fake snprintf to avoid linkage issues on Windows.
ClosedPublic

Authored by chaoren on Aug 20 2015, 12:14 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

chaoren updated this revision to Diff 32722.Aug 20 2015, 12:14 PM
chaoren retitled this revision from to Inline fake snprintf to avoid linkage issues on Windows..
chaoren updated this object.
chaoren added a reviewer: zturner.
chaoren added a subscriber: lldb-commits.
zturner edited edge metadata.Aug 20 2015, 12:41 PM
zturner added a subscriber: zturner.

looks good, can you add a comment to explain why it's inlined though.

This revision was automatically updated to reflect the committed changes.