[all-commits] [llvm/llvm-project] 2b2a96: lld: Let find_package(LLD) work
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu May 14 07:00:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2b2a961309e65fb175fcf8d56507323fa6872425
https://github.com/llvm/llvm-project/commit/2b2a961309e65fb175fcf8d56507323fa6872425
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-05-14 (Thu, 14 May 2020)
Changed paths:
M lld/CMakeLists.txt
M lld/cmake/modules/AddLLD.cmake
A lld/cmake/modules/CMakeLists.txt
A lld/cmake/modules/LLDConfig.cmake.in
Log Message:
-----------
lld: Let find_package(LLD) work
Install a cmake config file. Copied exactly from how clang exports.
I also wasn't sure whether the canonical capitalization is "lld" or
"LLD". The project() is still calling this lld, but most places seemed
to capitalize it.
More information about the All-commits
mailing list