[PATCH] D26894: [llvm-config] Add --cmakedir to obtain CMake module location

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 10:51:51 PST 2017


mgorny added a comment.

To be honest, I'm not so sure anymore about this change. Thinking about it again, right now we enforce ABI match between LLVM and revdeps by using LLVM_LIBDIR_SUFFIX. If we start getting CMake path straight from llvm-config, users will be required to explicitly override LLVM_CONFIG for each ABI, or otherwise e.g. 32-bit clang could be built using configuration from 64-bit one.


https://reviews.llvm.org/D26894





More information about the llvm-commits mailing list