llvm-capstone/lldb
Pavel Labath a9e67df2f9 [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
2017-02-09 01:17:34 +00:00
..
cmake [CMake] Final dependency cleanup patch! 2017-02-08 21:00:46 +00:00
docs Small tweaks to the markup in StructuredDataPlugins. 2016-12-13 05:59:24 +00:00
examples Improve crashlog.py so it can handle more iOS crashlog files. 2016-12-08 00:22:45 +00:00
include/lldb Get rid of Error::PutToLog(). 2017-02-06 18:31:44 +00:00
lit [CMake] Fix standalone build 2016-10-21 18:38:44 +00:00
lldb.xcodeproj Fix Xcode project. 2017-02-06 18:10:39 +00:00
lldb.xcworkspace
packages/Python/lldbsuite [LLDB][MIPS] Fix TestMiExec and TestMiData failures 2017-02-08 07:42:56 +00:00
resources
scripts Install six.py conditionally 2017-02-04 00:20:24 +00:00
source [cmake] add missing dependency lldbCommands->lldbBase 2017-02-09 01:17:34 +00:00
test [CMake] Only support LLDB_BUILD_FRAMEWORK on CMake 3.7 and later 2016-12-15 18:18:47 +00:00
third_party/Python/module
tools [CMake] Final dependency cleanup patch! 2017-02-08 21:00:46 +00:00
unittests [CMake] Final dependency cleanup patch! 2017-02-08 21:00:46 +00:00
utils
www Fix weak symbol linkage in SBStructuredData, update docs. 2016-11-09 23:21:04 +00:00
.arcconfig
.clang-format
.gitignore test infra: clear file-charged issues on rerun of file 2016-10-01 00:17:08 +00:00
CMakeLists.txt Install six.py conditionally 2017-02-04 00:20:24 +00:00
CODE_OWNERS.txt Removing myself from code ownership file 2016-12-12 22:42:00 +00:00
INSTALL.txt
LICENSE.TXT
use_lldb_suite_root.py