forked from OSchip/llvm-project
[lldb/Plugins] Remove PLUGIN from libraries that aren't really plugins.
Although their name and location suggests otherwise, these libraries are not really plugins but rather support the real plugins.
This commit is contained in:
parent
478c9cc4f5
commit
ac1ea0d3da
|
@ -2,7 +2,7 @@ if(NOT LLDB_BUILT_STANDALONE)
|
|||
set(tablegen_deps intrinsics_gen)
|
||||
endif()
|
||||
|
||||
add_lldb_library(lldbPluginExpressionParserClang PLUGIN
|
||||
add_lldb_library(lldbPluginExpressionParserClang
|
||||
ASTResultSynthesizer.cpp
|
||||
ASTStructExtractor.cpp
|
||||
ASTUtils.cpp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
add_lldb_library(lldbPluginClangCommon PLUGIN
|
||||
add_lldb_library(lldbPluginClangCommon
|
||||
ClangHighlighter.cpp
|
||||
|
||||
LINK_LIBS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
add_lldb_library(lldbPluginCPPRuntime PLUGIN
|
||||
add_lldb_library(lldbPluginCPPRuntime
|
||||
CPPLanguageRuntime.cpp
|
||||
|
||||
LINK_LIBS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
add_lldb_library(lldbPluginObjCRuntime PLUGIN
|
||||
add_lldb_library(lldbPluginObjCRuntime
|
||||
ObjCLanguageRuntime.cpp
|
||||
|
||||
LINK_LIBS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
add_lldb_library(lldbPluginPlatformPOSIX PLUGIN
|
||||
add_lldb_library(lldbPluginPlatformPOSIX
|
||||
PlatformPOSIX.cpp
|
||||
|
||||
LINK_LIBS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
add_lldb_library(lldbPluginProcessUtility PLUGIN
|
||||
add_lldb_library(lldbPluginProcessUtility
|
||||
AuxVector.cpp
|
||||
DynamicRegisterInfo.cpp
|
||||
FreeBSDSignals.cpp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
add_lldb_library(lldbPluginSymbolFileNativePDB PLUGIN
|
||||
add_lldb_library(lldbPluginSymbolFileNativePDB
|
||||
CodeViewRegisterMapping.cpp
|
||||
CompileUnitIndex.cpp
|
||||
DWARFLocationExpression.cpp
|
||||
|
|
Loading…
Reference in New Issue