[PATCH] D26894: [llvm-config] Add --cmakedir to obtain CMake module location
Chris Bieneman via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 20 21:43:47 PST 2016
beanz added a comment.
I'm curious what your use case for this is. I actually think this, and your other patch are moving in the opposite direction from how I would like to see this move.
I'd like to see us move in the direction where we can rely on the CMake `find_package` mechanism entirely instead of on llvm-config.
https://reviews.llvm.org/D26894
More information about the llvm-commits
mailing list