[Lldb-commits] [PATCH] D64599: [LanguageRuntime] Move CPPLanguageRuntime into a plugin
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 11 14:16:34 PDT 2019
xiaobai created this revision.
xiaobai added reviewers: JDevlieghere, clayborg, jingham, compnerd, labath.
Herald added a subscriber: mgorny.
This seems better suited to be in a plugin.
https://reviews.llvm.org/D64599
Files:
include/lldb/Target/CPPLanguageRuntime.h
source/Plugins/ExpressionParser/Clang/CMakeLists.txt
source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
source/Plugins/Language/CPlusPlus/CMakeLists.txt
source/Plugins/Language/CPlusPlus/LibCxx.cpp
source/Plugins/LanguageRuntime/CPlusPlus/CMakeLists.txt
source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h
source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeLists.txt
source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h
source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt
source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
source/Target/CMakeLists.txt
source/Target/CPPLanguageRuntime.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64599.209331.patch
Type: text/x-patch
Size: 9809 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190711/80d19a32/attachment-0001.bin>
More information about the lldb-commits
mailing list