[Lldb-commits] [lldb] 8536d48 - Add missing dependency to unit test
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 27 16:51:33 PDT 2024
Author: Adrian Prantl
Date: 2024-09-27T16:51:24-07:00
New Revision: 8536d483d72119f9556a9d685c32d5fca0c3d9c1
URL: https://github.com/llvm/llvm-project/commit/8536d483d72119f9556a9d685c32d5fca0c3d9c1
DIFF: https://github.com/llvm/llvm-project/commit/8536d483d72119f9556a9d685c32d5fca0c3d9c1.diff
LOG: Add missing dependency to unit test
Added:
Modified:
lldb/unittests/Interpreter/CMakeLists.txt
Removed:
################################################################################
diff --git a/lldb/unittests/Interpreter/CMakeLists.txt b/lldb/unittests/Interpreter/CMakeLists.txt
index 14a7d6c5610388..f7d639f50f5bf3 100644
--- a/lldb/unittests/Interpreter/CMakeLists.txt
+++ b/lldb/unittests/Interpreter/CMakeLists.txt
@@ -9,6 +9,7 @@ add_lldb_unittest(InterpreterTests
TestRegexCommand.cpp
LINK_LIBS
+ lldbCommands
lldbCore
lldbHost
lldbTarget
More information about the lldb-commits
mailing list