llvm-project/lldb/tools/driver
Alex Langford 97ba3b64dd Invert dependency between lldb-framework and lldb-suite
Summary:
Currently, if you build lldb-framework the entire framework doesn't
actually build. In order to build the entire framework, you need to actually
build lldb-suite. This abstraction doesn't feel quite right because
lldb-framework truly does depend on lldb-suite (liblldb + related tools).

In this change I want to invert their dependency. This will mean that lldb and
finish_swig will depend on lldb-framework in a framework build, and lldb-suite
otherwise. Instead of adding conditional logic everywhere to handle this, I
introduce LLDB_SUITE_TARGET to handle it.

Differential Revision: https://reviews.llvm.org/D49406

llvm-svn: 337311
2018-07-17 18:28:51 +00:00
..
CMakeLists.txt Invert dependency between lldb-framework and lldb-suite 2018-07-17 18:28:51 +00:00
Driver.cpp Move pretty stack trace printer into driver. 2018-07-17 10:04:19 +00:00
Driver.h Allow specifying an exit code for the 'quit' command 2018-07-11 17:18:01 +00:00
Platform.cpp Another windows build fix 2017-01-06 13:07:09 +00:00
Platform.h [Windows] Remove the #include <eh.h> hack. 2017-03-03 20:21:59 +00:00
lldb-Info.plist Update the INFOPLIST_FILE setting in the xcode project file 2016-03-24 22:27:52 +00:00