The last use of these was removed in cd44339856.
Reviewed By: emaste
Differential Revision: https://reviews.llvm.org/D145559
12 lines
195 B
CMake
12 lines
195 B
CMake
add_lldb_library(lldbPluginProcessPOSIX
|
|
CrashReason.cpp
|
|
NativeProcessELF.cpp
|
|
ProcessPOSIXLog.cpp
|
|
|
|
LINK_LIBS
|
|
lldbPluginProcessUtility
|
|
lldbUtility
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|