David Spickett 8fe1144285 [lldb] Remove unused POSIX ProcessMessage files
The last use of these was removed in cd443398566b953642ead7c81528ab5b4e211eb9.

Reviewed By: emaste

Differential Revision: https://reviews.llvm.org/D145559
2023-03-08 13:18:52 +00:00

12 lines
195 B
CMake

add_lldb_library(lldbPluginProcessPOSIX
CrashReason.cpp
NativeProcessELF.cpp
ProcessPOSIXLog.cpp
LINK_LIBS
lldbPluginProcessUtility
lldbUtility
LINK_COMPONENTS
Support
)