[all-commits] [llvm/llvm-project] 10d0d8: [clang][cmake] Use `GNUInstallDirs` to support cus...
John Ericson via All-commits
all-commits at lists.llvm.org
Fri Jan 21 15:58:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 10d0d8c0c1db57b7ff465df7ced78a42a20d592d
https://github.com/llvm/llvm-project/commit/10d0d8c0c1db57b7ff465df7ced78a42a20d592d
Author: John Ericson <John.Ericson at Obsidian.Systems>
Date: 2022-01-21 (Fri, 21 Jan 2022)
Changed paths:
M clang/CMakeLists.txt
M clang/cmake/modules/AddClang.cmake
M clang/cmake/modules/CMakeLists.txt
M clang/tools/c-index-test/CMakeLists.txt
M clang/tools/clang-format/CMakeLists.txt
M clang/tools/clang-nvlink-wrapper/CMakeLists.txt
M clang/tools/clang-rename/CMakeLists.txt
M clang/tools/libclang/CMakeLists.txt
M clang/tools/scan-build-py/CMakeLists.txt
M clang/tools/scan-build/CMakeLists.txt
M clang/tools/scan-view/CMakeLists.txt
M clang/utils/hmaptool/CMakeLists.txt
Log Message:
-----------
[clang][cmake] Use `GNUInstallDirs` to support custom installation dirs
I am breaking apart D99484 so the cause of build failures is easier to
understand.
Differential Revision: https://reviews.llvm.org/D117419
More information about the All-commits
mailing list