[all-commits] [llvm/llvm-project] 56464b: [lld] Use installed llvm_gtest in standalone builds
Michał Górny via All-commits
all-commits at lists.llvm.org
Mon Mar 13 10:56:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56464ba865b7df5bf3edb9be7dc3b6a0fbe21e21
https://github.com/llvm/llvm-project/commit/56464ba865b7df5bf3edb9be7dc3b6a0fbe21e21
Author: Michał Górny <mgorny at gentoo.org>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M lld/CMakeLists.txt
Log Message:
-----------
[lld] Use installed llvm_gtest in standalone builds
Use the installed llvm_gtest library instead of rebuilding it locally
when standalone builds are used. This change is now required
as otherwise the build fails due to duplicate llvm_gtest target.
This is based on 82169103958583d3320b3a9a1e6542e8d32ef8da in clang.
Differential Revision: https://reviews.llvm.org/D145964
More information about the All-commits
mailing list