[all-commits] [llvm/llvm-project] c0df41: [lldb] Fix build on older FreeBSD
Brooks Davis via All-commits
all-commits at lists.llvm.org
Tue Apr 4 13:22:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0df412ad2a5236a66ff1b608aeddc744b563e79
https://github.com/llvm/llvm-project/commit/c0df412ad2a5236a66ff1b608aeddc744b563e79
Author: Brooks Davis <brooks at one-eyed-alien.net>
Date: 2023-04-04 (Tue, 04 Apr 2023)
Changed paths:
M lldb/source/Plugins/Process/Utility/FreeBSDSignals.cpp
Log Message:
-----------
[lldb] Fix build on older FreeBSD
Commit 392d9eb03af5a1adac66a86939351b22b3e73495 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
More information about the All-commits
mailing list