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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits