This is an archive of the discontinued LLVM Phabricator instance.

[LLDB][CMake][NFC] Remove unused LLDB_LINKER_SUPPORTS_GROUPS variable
ClosedPublic

Authored by jryans on Aug 3 2023, 6:02 AM.

Details

Summary

The LLDB_LINKER_SUPPORTS_GROUPS CMake variable was added back in 2019 as part
of https://reviews.llvm.org/D71306, but it appears to have been unused even
then. This removes the unused variable.

Diff Detail

Event Timeline

jryans created this revision.Aug 3 2023, 6:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 3 2023, 6:02 AM
Herald added a subscriber: ekilmer. · View Herald Transcript
jryans published this revision for review.Aug 3 2023, 6:03 AM
jryans added a project: Restricted Project.
This revision is now accepted and ready to land.Aug 3 2023, 8:56 AM
bulbazord accepted this revision.Aug 3 2023, 9:06 AM
bulbazord added a subscriber: bulbazord.

LGTM. I don't see any actual uses of this on llvm.org. If somebody needs it they can re-add it and add their use case or they can maintain a patch downstream.