hanchenye-llvm-project/lldb/cmake/modules
Chris Bieneman 7176862809 [CMake] Fixing a small hack in add_lldb_library
This code was adding an explicit dependency on libclang because lldb needs clang headers, changing this to instead depend on the clang tablegen targets means we don't have to depend on building the clang bits in libclang that lldb doesn't need.

Note this is still a bit of a hack because we're adding the dependency to all lldb libraries, instead of just the ones that need it.

llvm-svn: 282196
2016-09-22 21:08:27 +00:00
..
AddLLDB.cmake [CMake] Fixing a small hack in add_lldb_library 2016-09-22 21:08:27 +00:00
LLDBConfig.cmake [CMake] Initial support for LLDB.framework 2016-09-21 21:02:16 +00:00
LLDBStandalone.cmake Fixes for standalone build: 2016-07-15 22:46:15 +00:00