llvm-project/lldb/cmake
Vedant Kumar 181f924beb [lldb][cmake] Remove libclang as an lldbBase dependency (NFCI)
It's pulling in all kinds of things it doesn't need (e.g, clang-tidy!).

Eliminating this dependency removes 1056 dependencies from the
'CommandObjectFrame.cpp.o' target and 454 dependencies from the 'lldb'
target. On my machine, this shaves 7 minutes off of a clean build of
lldb.

Thanks to Zachary Turner for pointing out some issues with an earlier
version of this patch!

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

llvm-svn: 279296
2016-08-19 18:41:50 +00:00
..
modules [lldb][cmake] Remove libclang as an lldbBase dependency (NFCI) 2016-08-19 18:41:50 +00:00
platforms Work around android-arm NDK bug exposed by rL269992 2016-05-20 10:58:55 +00:00
LLDBDependencies.cmake Add StructuredData plugin type; showcase with new DarwinLog feature 2016-08-19 04:21:48 +00:00