[lldb/Plugin] Remove PLUGIN from Process POSIX & Linux

ProcessPOSIX and ProcessLinux are not real plugins and should not be
marked as such. This should fix the Linux bots.
This commit is contained in:
Jonas Devlieghere 2020-02-17 11:20:17 -08:00
parent 96db12d507
commit deaa6916d3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
add_lldb_library(lldbPluginProcessLinux PLUGIN
add_lldb_library(lldbPluginProcessLinux
NativeProcessLinux.cpp
NativeRegisterContextLinux.cpp
NativeRegisterContextLinux_arm.cpp

View File

@ -1,4 +1,4 @@
add_lldb_library(lldbPluginProcessPOSIX PLUGIN
add_lldb_library(lldbPluginProcessPOSIX
CrashReason.cpp
NativeProcessELF.cpp
ProcessMessage.cpp