This is an archive of the discontinued LLVM Phabricator instance.

[lld] Use installed llvm_gtest in standalone builds
ClosedPublic

Authored by mgorny on Mar 13 2023, 10:25 AM.

Details

Summary

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.

Diff Detail

Event Timeline

mgorny created this revision.Mar 13 2023, 10:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 13 2023, 10:25 AM
mgorny requested review of this revision.Mar 13 2023, 10:25 AM
This revision is now accepted and ready to land.Mar 13 2023, 10:27 AM
This revision was landed with ongoing or failed builds.Mar 13 2023, 10:56 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 13 2023, 10:56 AM