Files
clang-p2996/lldb/source/Plugins/Process/Utility/FreeBSDSignals.cpp
Brooks Davis c0df412ad2 [lldb] Fix build on older FreeBSD
Commit 392d9eb03a added a dependency on
FPE_FLTIDO which was only defined in FreeBSD main on May 19, 2022 and
is not in all supported releases. Just define it if it's missing as we
could use a debugger compiled on an older system to debug a newer one.

Reviewed by: DavidSpickett, emaste, dim

Differential Revision: https://reviews.llvm.org/D147300
2023-04-04 21:21:45 +01:00

8.2 KiB