This is an archive of the discontinued LLVM Phabricator instance.

[Bazel] Remove old macho lld port
ClosedPublic

Authored by keith on Dec 2 2021, 11:24 AM.

Details

Diff Detail

Event Timeline

keith requested review of this revision.Dec 2 2021, 11:24 AM
keith created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 2 2021, 11:24 AM
keith added a reviewer: rnk.Dec 2 2021, 11:35 AM

Just saw https://reviews.llvm.org/rG482b6f2a3d4b, I think this gets some things that one didn't

keith updated this revision to Diff 391409.Dec 2 2021, 11:36 AM

Rebase for other changes

How did that other commit build if it didn't remove references to the deleted targets 🤨

GMNGeoffrey accepted this revision.Dec 2 2021, 11:38 AM
This revision is now accepted and ready to land.Dec 2 2021, 11:38 AM
keith added a comment.Dec 2 2021, 11:44 AM

Looks like all these targets are excluded from CI currently

This revision was automatically updated to reflect the committed changes.

Looks like all these targets are excluded from CI currently

Ah right, duh. Thanks for the fix!

rnk added a comment.Dec 2 2021, 1:18 PM

I think I did confirm that bazel build @llvm-project//lld/... didn't work before my change, and began working afterwards. Thanks for following up on it, though.

I think I did confirm that bazel build @llvm-project//lld/... didn't work before my change, and began working afterwards. Thanks for following up on it, though.

The target is also manual :-D