forked from OSchip/llvm-project
[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:
parent
96db12d507
commit
deaa6916d3
|
@ -1,4 +1,4 @@
|
|||
add_lldb_library(lldbPluginProcessLinux PLUGIN
|
||||
add_lldb_library(lldbPluginProcessLinux
|
||||
NativeProcessLinux.cpp
|
||||
NativeRegisterContextLinux.cpp
|
||||
NativeRegisterContextLinux_arm.cpp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
add_lldb_library(lldbPluginProcessPOSIX PLUGIN
|
||||
add_lldb_library(lldbPluginProcessPOSIX
|
||||
CrashReason.cpp
|
||||
NativeProcessELF.cpp
|
||||
ProcessMessage.cpp
|
||||
|
|
Loading…
Reference in New Issue