[PATCH] D32578: CMake: Set LLVM_MAIN_INCLUDE_DIR to LLVM_INCLUDE_DIR

NAKAMURA Takumi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 16:40:29 PDT 2017


chapuni added a comment.

In https://reviews.llvm.org/D32578#739474, @tstellar wrote:

> If you install llvm-config to /usr/libexec/llvm/bin, then llvm-config --includedir will ignore where the include files actually are and always return  /usr/libexec/llvm/include


It's a problem in llvm-config, I think. llvm-config should know installed prefix(es).


https://reviews.llvm.org/D32578





More information about the llvm-commits mailing list