This is an archive of the discontinued LLVM Phabricator instance.

[lldb] [FreeBSD] Fix building on systems without PT_COREDUMP
ClosedPublic

Authored by mgorny on Oct 6 2021, 1:51 AM.

Details

Summary

PT_COREDUMP is a relatively recent addition. Use an #ifdef to skip it
if the underlying system does not support it.

Diff Detail

Event Timeline

mgorny requested review of this revision.Oct 6 2021, 1:51 AM
mgorny created this revision.
labath accepted this revision.Oct 6 2021, 3:45 AM
This revision is now accepted and ready to land.Oct 6 2021, 3:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 6 2021, 5:05 AM