[PATCH] D22987: [lldb][cmake] Remove libclang as an lldbBase dependency (NFCI)

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 11:43:00 PDT 2016


vsk added a comment.

I can't find any #includes of headers installed by the 'install-clang-headers'
target in lldb, and 'check-lldb' seems to pass without adding in a clang-tblgen
dependency.

There could be a 'gotcha' here if there's some library we're not building along
with 'check-lldb' or 'lldb'. This doesn't seem likely, but if it happens, we
can go back and add an 'install-clang-headers' dependency for the affected
library.

For now, I don't think we need to add a 'clang-tblgen' dependency.


https://reviews.llvm.org/D22987





More information about the llvm-commits mailing list