From: Alex Langford Date: Mon, 27 Mar 2023 20:35:46 +0000 (-0700) Subject: [lldb] Remove NO_PLUGIN_DEPENDENCIES from lldbTarget X-Git-Tag: upstream/17.0.6~13533 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64b3bbc5220615b13d4a003877c773b8745a4d00;p=platform%2Fupstream%2Fllvm.git [lldb] Remove NO_PLUGIN_DEPENDENCIES from lldbTarget As discussed in https://reviews.llvm.org/D146668 I will be reverting 0c5cee779929f840f4f286c5894a01f583ee7b4a and ee232506b870ce5282cc4da5ca493d41d361feb3. I'm removing NO_PLUGIN_DEPENDENCIES from lldbTarget first so that these reverts will not leave LLDB in a bad state afterwards. --- diff --git a/lldb/source/Target/CMakeLists.txt b/lldb/source/Target/CMakeLists.txt index 3823daf..3704029 100644 --- a/lldb/source/Target/CMakeLists.txt +++ b/lldb/source/Target/CMakeLists.txt @@ -6,7 +6,8 @@ lldb_tablegen(TargetPropertiesEnum.inc -gen-lldb-property-enum-defs SOURCE TargetProperties.td TARGET LLDBTargetPropertiesEnumGen) -add_lldb_library(lldbTarget NO_PLUGIN_DEPENDENCIES +# TODO: Add property `NO_PLUGIN_DEPENDENCIES` to lldbTarget +add_lldb_library(lldbTarget ABI.cpp AssertFrameRecognizer.cpp DynamicRegisterInfo.cpp