[PATCH] D32577: CMake: Replace open-coded find_package
NAKAMURA Takumi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 26 23:25:51 PDT 2017
chapuni added a comment.
I suggest this may be an options when LLVM_CONFIG is not specified.
================
Comment at: CMakeLists.txt:36
else()
message(FATAL_ERROR "llvm-config not found -- ${LLVM_CONFIG}")
endif()
----------------
Could we move find_package(LLVM) into here?
https://reviews.llvm.org/D32577
More information about the llvm-commits
mailing list