[all-commits] [llvm/llvm-project] e7654a: [lldb] Explicitly mark PlatformFreeBSD's dependenc...
Alex via All-commits
all-commits at lists.llvm.org
Fri Mar 24 10:59:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e7654a7692c4f894eec136af07fe6756bef315fc
https://github.com/llvm/llvm-project/commit/e7654a7692c4f894eec136af07fe6756bef315fc
Author: Alex Langford <alangford at apple.com>
Date: 2023-03-24 (Fri, 24 Mar 2023)
Changed paths:
M lldb/source/Plugins/Platform/FreeBSD/CMakeLists.txt
Log Message:
-----------
[lldb] Explicitly mark PlatformFreeBSD's dependency on PlatformPOSIX
I accidentally broke the FreeBSD lldb-server build in 0c5cee7 because it
now depends on PlatformFreeBSD. PlatformFreeBSD depends on PlatformPOSIX
but this dependency was not explicitly tracked in CMake. As a result,
the FreeBSD lldb-server build broke.
Credit to John F. Carr <jfc at mit.edu> for pointing out the issue and
providing a fix.
More information about the All-commits
mailing list