diff options
author | Alex Langford <apl@fb.com> | 2018-07-17 18:28:51 +0000 |
---|---|---|
committer | Alex Langford <apl@fb.com> | 2018-07-17 18:28:51 +0000 |
commit | 97ba3b64ddb63b216561b44ea62c0ac8c413feb7 (patch) | |
tree | 6d4512f4a1015556e5c352216cba4f741b3df3b1 /libunwind/src/libunwind.cpp | |
parent | 9ece8182914f1625d7e02a5d5a8c4ef2766b894a (diff) | |
download | bcm5719-llvm-97ba3b64ddb63b216561b44ea62c0ac8c413feb7.tar.gz bcm5719-llvm-97ba3b64ddb63b216561b44ea62c0ac8c413feb7.zip |
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
Diffstat (limited to 'libunwind/src/libunwind.cpp')
0 files changed, 0 insertions, 0 deletions