forked from OSchip/llvm-project
[cmake] add missing dependency lldbCommands->lldbBase
CommandObjectVersion.cpp calls lldb_private::GetVersion (present in lldbBase). This should fix the unittest link on windows. I am not sure why is this not present on other platforms -- my guess is that there lldbBase is included in the link through some other dependency chain. llvm-svn: 294549
This commit is contained in:
parent
44d951226e
commit
a9e67df2f9
|
@ -31,6 +31,7 @@ add_lldb_library(lldbCommands
|
|||
CommandObjectLanguage.cpp
|
||||
|
||||
LINK_LIBS
|
||||
lldbBase
|
||||
lldbBreakpoint
|
||||
lldbCore
|
||||
lldbDataFormatters
|
||||
|
|
Loading…
Reference in New Issue