ProcessPOSIX and ProcessLinux are not real plugins and should not be marked as such. This should fix the Linux bots.
13 lines
216 B
CMake
13 lines
216 B
CMake
add_lldb_library(lldbPluginProcessPOSIX
|
|
CrashReason.cpp
|
|
NativeProcessELF.cpp
|
|
ProcessMessage.cpp
|
|
ProcessPOSIXLog.cpp
|
|
|
|
LINK_LIBS
|
|
lldbPluginProcessUtility
|
|
lldbUtility
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|