This is an archive of the discontinued LLVM Phabricator instance.

Add missing includes on Windows.
ClosedPublic

Authored by halyavin on Dec 19 2016, 1:14 AM.

Details

Summary

Add proper includes according to MSDN documentation.

_byteswap_* needs stdlib.h
_CrtSetReportHook needs crtdbg.h

Diff Detail

Repository
rL LLVM

Event Timeline

halyavin updated this revision to Diff 81926.Dec 19 2016, 1:14 AM
halyavin retitled this revision from to Add missing includes on Windows..
halyavin updated this object.
halyavin added reviewers: zturner, labath.
  • _byteswap_* needs stdlib.h
  • _CrtSetReportHook needs crtdbg.h
zturner accepted this revision.Dec 19 2016, 9:31 AM
zturner edited edge metadata.
This revision is now accepted and ready to land.Dec 19 2016, 9:32 AM
halyavin updated this object.Dec 19 2016, 9:50 PM
halyavin edited edge metadata.

Could you please commit this change? I don't have commit access.

This revision was automatically updated to reflect the committed changes.