[Lldb-commits] [PATCH] D57995: [lldb] [cmake] Use install directories for LLVM_* variables

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 12 01:13:15 PST 2019


mgorny added a comment.

Indeed it is a problem. However, it seems to be a bug that `LLVM_INCLUDE_DIR` contains two directories. Apparently in regular builds it contains the directory with built includes only, with `LLVM_MAIN_INCLUDE_DIR` being the other directory. In other words, it's a mess ;-/.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57995/new/

https://reviews.llvm.org/D57995





More information about the lldb-commits mailing list