[all-commits] [llvm/llvm-project] a56409: [llvm][cmake] Follow up to D117973
John Ericson via All-commits
all-commits at lists.llvm.org
Tue Jul 26 07:51:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5640968f2f7485b2aa4919f5fa68fd8f23e2d1f
https://github.com/llvm/llvm-project/commit/a5640968f2f7485b2aa4919f5fa68fd8f23e2d1f
Author: John Ericson <John.Ericson at Obsidian.Systems>
Date: 2022-07-26 (Tue, 26 Jul 2022)
Changed paths:
M llvm/docs/CMake.rst
M llvm/tools/llvm-config/BuildVariables.inc.in
M llvm/tools/llvm-config/llvm-config.cpp
Log Message:
-----------
[llvm][cmake] Follow up to D117973
1. Slightly document the "mark advanced" variable used to control the
installed CMake package dir.
I would document it more, but I am considering in the future adding
pkg-config support in this manner, after which `_PACKGE_DIR` is
probably better called `_CMAKE_PACKGE_DIR` or similar.
2. Convey the custom path to the legacy `llvm-config` binary.
Reviewed By: sebastian-ne
Differential Revision: https://reviews.llvm.org/D130539
More information about the All-commits
mailing list