This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Fix lldb build on musl
ClosedPublic

Authored by raj.khem on Mar 22 2017, 10:44 PM.

Details

Summary

limits.h is needed for getting PATH_MAX definition, this comes to fore with musl libc where limits.h is not included indirectly via other system headers.

Diff Detail

Event Timeline

raj.khem created this revision.Mar 22 2017, 10:44 PM

Looks reasonable, limits.h really is not included by any of these system headers in musl.

raj.khem updated this revision to Diff 143455.Apr 21 2018, 9:46 AM
raj.khem retitled this revision from Fix lldb build on musl to [lldb] Fix lldb build on musl.Apr 21 2018, 9:50 AM
compnerd accepted this revision.Apr 22 2018, 7:38 PM
This revision is now accepted and ready to land.Apr 22 2018, 7:38 PM

Can someone with commit access push this for me please ?

This revision was automatically updated to reflect the committed changes.