[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 07:37:40 PDT 2018


mgorny added a comment.

Gentoo also supports installing multiple versions (in `/usr/lib/llvm/X`), and I have never seen any problems close to what you're describing. We're just putting the appropriate `bin/` directories in PATH, and CMake finds its files just fine (relatively to PATH). So why do you need a lot of symlink magic to achieve the same effect?


Repository:
  rL LLVM

https://reviews.llvm.org/D46521





More information about the llvm-commits mailing list