[all-commits] [llvm/llvm-project] 62e4f2: [clang] Add AddClang.cmake to the list of the CMak...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Thu Feb 4 04:40:17 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62e4f22e297ade62fd1e463e7c846df96148ffc4
https://github.com/llvm/llvm-project/commit/62e4f22e297ade62fd1e463e7c846df96148ffc4
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2021-02-04 (Thu, 04 Feb 2021)
Changed paths:
M clang/cmake/modules/CMakeLists.txt
Log Message:
-----------
[clang] Add AddClang.cmake to the list of the CMake modules that are installed
This makes sure that AddClang.cmake is installed alongside other Clang
CMake modules. This mirrors LLVM and MLIR in this respect and is
required when building the new Flang driver out of tree (as it depends
on Clang and includes AddClang.cmake).
Reviewed By: bogner
Differential Revision: https://reviews.llvm.org/D94533
More information about the All-commits
mailing list