This is an archive of the discontinued LLVM Phabricator instance.

[lldb] [Process/FreeBSDRemote] Fix #include for i386 compat
ClosedPublic

Authored by mgorny on Oct 25 2020, 4:32 PM.

Details

Summary

Include <x86/fpu.h> rather than <machine/fpu.h>, as the latter is not
present on i386.

Diff Detail

Event Timeline

mgorny created this revision.Oct 25 2020, 4:32 PM
mgorny requested review of this revision.Oct 25 2020, 4:32 PM
krytarowski accepted this revision.Oct 25 2020, 6:45 PM
This revision is now accepted and ready to land.Oct 25 2020, 6:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 26 2020, 3:56 AM