From 5fbb25ba79c379da98ce69b65ba4d7169e22a5e4 Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Thu, 13 Nov 2025 08:54:01 -0600 Subject: [PATCH] =?UTF-8?q?Revert=20"[lldb][NFC]=20Mark=20ValueObject=20li?= =?UTF-8?q?brary=20with=20NO=5FPLUGIN=5FDEPENDENCIES=20(#16=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 45d5e7babab6042c4240b1853cefcc576a00e9c8. --- lldb/source/Commands/CMakeLists.txt | 2 -- lldb/source/ValueObject/CMakeLists.txt | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lldb/source/Commands/CMakeLists.txt b/lldb/source/Commands/CMakeLists.txt index 33332f2d59a23..69e4c45f0b8e5 100644 --- a/lldb/source/Commands/CMakeLists.txt +++ b/lldb/source/Commands/CMakeLists.txt @@ -58,8 +58,6 @@ add_lldb_library(lldbCommands NO_PLUGIN_DEPENDENCIES lldbUtility lldbValueObject lldbVersion - CLANG_LIBS - clangFrontend ) add_dependencies(lldbCommands LLDBOptionsGen) diff --git a/lldb/source/ValueObject/CMakeLists.txt b/lldb/source/ValueObject/CMakeLists.txt index f0fe7f374a506..2a61407521bec 100644 --- a/lldb/source/ValueObject/CMakeLists.txt +++ b/lldb/source/ValueObject/CMakeLists.txt @@ -1,4 +1,4 @@ -add_lldb_library(lldbValueObject NO_PLUGIN_DEPENDENCIES +add_lldb_library(lldbValueObject DILAST.cpp DILEval.cpp DILLexer.cpp @@ -34,4 +34,6 @@ add_lldb_library(lldbValueObject NO_PLUGIN_DEPENDENCIES lldbSymbol lldbTarget lldbUtility + lldbPluginCPlusPlusLanguage + lldbPluginObjCLanguage )