[Lldb-commits] [PATCH] D49695: [cmake] Remove unused ${LLDB_PLUGINS} dependency from our Objective-C++ CMake config
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 23 14:15:08 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL337741: [cmake] Remove unused ${LLDB_PLUGINS} dependency from our Objective-C++ CMake… (authored by teemperor, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D49695?vs=156868&id=156878#toc
Repository:
rL LLVM
https://reviews.llvm.org/D49695
Files:
lldb/trunk/source/Host/macosx/objcxx/CMakeLists.txt
lldb/trunk/source/Plugins/Platform/MacOSX/objcxx/CMakeLists.txt
Index: lldb/trunk/source/Plugins/Platform/MacOSX/objcxx/CMakeLists.txt
===================================================================
--- lldb/trunk/source/Plugins/Platform/MacOSX/objcxx/CMakeLists.txt
+++ lldb/trunk/source/Plugins/Platform/MacOSX/objcxx/CMakeLists.txt
@@ -9,7 +9,6 @@
lldbSymbol
lldbTarget
lldbUtility
- ${LLDB_PLUGINS}
${EXTRA_LIBS}
LINK_COMPONENTS
Index: lldb/trunk/source/Host/macosx/objcxx/CMakeLists.txt
===================================================================
--- lldb/trunk/source/Host/macosx/objcxx/CMakeLists.txt
+++ lldb/trunk/source/Host/macosx/objcxx/CMakeLists.txt
@@ -12,7 +12,6 @@
lldbSymbol
lldbTarget
lldbUtility
- ${LLDB_PLUGINS}
${EXTRA_LIBS}
LINK_COMPONENTS
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49695.156878.patch
Type: text/x-patch
Size: 768 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180723/06c23289/attachment.bin>
More information about the lldb-commits
mailing list