hanchenye-llvm-project/lldb/cmake
Zachary Turner eeba1a896a [CMake] Make the unittests link against everything...
Sigh.  There's really not a good alternative until we decouple
python from lldb better.  The only way the build works right now
is by having every executable link against every LLDB library.
This causes implicit transitive link dependencies on the union
of everything that LLDB brings in.  Which means that if all we
want is one header file from interpreter, we have to bring in
everything, including everything that everything depends on,
which means python.

There's outstanding efforts to address this, but it's not yet
complete.  So until then, this is all we can do.

llvm-svn: 232287
2015-03-14 23:39:28 +00:00
..
modules [CMake] Make the unittests link against everything... 2015-03-14 23:39:28 +00:00
platforms Fix build of lldb-gdbserver and lldb-platform for android (arm32, x86) 2015-02-06 10:57:40 +00:00
LLDBDependencies.cmake Remove libedit and libncurses from LLDB_SYSTEM_LIBS if they're disabled. 2015-03-05 23:22:54 +00:00