[all-commits] [llvm/llvm-project] ad485b: Add version to all LLVM cmake package
RoboTux via All-commits
all-commits at lists.llvm.org
Sun Nov 20 13:10:19 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad485b71b51168ce13282ae159bd8feff48baf84
https://github.com/llvm/llvm-project/commit/ad485b71b51168ce13282ae159bd8feff48baf84
Author: Thomas Preud'homme <thomasp at graphcore.ai>
Date: 2022-11-20 (Sun, 20 Nov 2022)
Changed paths:
M clang/cmake/modules/CMakeLists.txt
M clang/cmake/modules/ClangConfig.cmake.in
A clang/cmake/modules/ClangConfigVersion.cmake.in
M flang/cmake/modules/CMakeLists.txt
M flang/cmake/modules/FlangConfig.cmake.in
A flang/cmake/modules/FlangConfigVersion.cmake.in
M lld/cmake/modules/CMakeLists.txt
M lld/cmake/modules/LLDConfig.cmake.in
A lld/cmake/modules/LLDConfigVersion.cmake.in
M mlir/cmake/modules/CMakeLists.txt
M mlir/cmake/modules/MLIRConfig.cmake.in
A mlir/cmake/modules/MLIRConfigVersion.cmake.in
M polly/cmake/CMakeLists.txt
M polly/cmake/PollyConfig.cmake.in
A polly/cmake/PollyConfigVersion.cmake.in
Log Message:
-----------
Add version to all LLVM cmake package
Add a version to non-LLVM cmake package so that users needing an exact
version match can use the version parameter to find_package. Also adjust
the find_package(LLVM) to use an exact version match as well.
Reviewed By: arsenm, stellaraccident
Differential Revision: https://reviews.llvm.org/D138274
More information about the All-commits
mailing list