Skip to content

Commit

Permalink
[lldb/Plugin] Remove PLUGIN from Process POSIX & Linux
Browse files Browse the repository at this point in the history
ProcessPOSIX and ProcessLinux are not real plugins and should not be
marked as such. This should fix the Linux bots.
  • Loading branch information
JDevlieghere committed Feb 17, 2020
1 parent 96db12d commit deaa691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lldb/source/Plugins/Process/Linux/CMakeLists.txt
@@ -1,4 +1,4 @@
add_lldb_library(lldbPluginProcessLinux PLUGIN
add_lldb_library(lldbPluginProcessLinux
NativeProcessLinux.cpp
NativeRegisterContextLinux.cpp
NativeRegisterContextLinux_arm.cpp
Expand Down
2 changes: 1 addition & 1 deletion lldb/source/Plugins/Process/POSIX/CMakeLists.txt
@@ -1,4 +1,4 @@
add_lldb_library(lldbPluginProcessPOSIX PLUGIN
add_lldb_library(lldbPluginProcessPOSIX
CrashReason.cpp
NativeProcessELF.cpp
ProcessMessage.cpp
Expand Down

0 comments on commit deaa691

Please sign in to comment.