[PATCH] D46521: [llvm] cmake: resolve symlinks in LLVMConfig.cmake

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 8 08:35:56 PDT 2018


mgorny added a comment.

  -- LLVM_CMAKE_DIR: /usr/lib/llvm/6/lib64/cmake/llvm
  -- CLANG_INCLUDE_DIRS: /usr/lib/llvm/6/include

Works just fine. Note that find_package <https://cmake.org/cmake/help/v3.0/command/find_package.html> documentation actually mentions scanning locations relative to PATH.


Repository:
  rL LLVM

https://reviews.llvm.org/D46521





More information about the llvm-commits mailing list