Summary: This seems better suited to be in a plugin. Reviewers: JDevlieghere, clayborg, jingham, compnerd, labath Subscribers: mgorny, lldb-commits Differential Revision: https://reviews.llvm.org/D64599 llvm-svn: 365951
12 lines
190 B
CMake
12 lines
190 B
CMake
add_lldb_library(lldbPluginCPPRuntime PLUGIN
|
|
CPPLanguageRuntime.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbSymbol
|
|
lldbTarget
|
|
)
|
|
|
|
add_subdirectory(ItaniumABI)
|
|
#add_subdirectory(MicrosoftABI)
|