[all-commits] [llvm/llvm-project] a1da5f: [lld] Deprecate using llvm-config to detect llvm i...
John Ericson via All-commits
all-commits at lists.llvm.org
Fri Jan 7 12:51:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1da5f3c2d65b198b79b90f9dbd2037837623328
https://github.com/llvm/llvm-project/commit/a1da5f3c2d65b198b79b90f9dbd2037837623328
Author: John Ericson <John.Ericson at Obsidian.Systems>
Date: 2022-01-07 (Fri, 07 Jan 2022)
Changed paths:
M lld/CMakeLists.txt
Log Message:
-----------
[lld] Deprecate using llvm-config to detect llvm installation
This is continuing in the path of D51714, which did this for Clang.
I have rearranged the source code Clang so one can diff the top-level
CMakeLists.txt of Clang and LLD, ensuring we use the same strategy for
both.
Besides diffing the two files, `git diff --color-moved` on LLD also helps review.
Reviewed By: beanz
Differential Revision: https://reviews.llvm.org/D116492
More information about the All-commits
mailing list