This is an archive of the discontinued LLVM Phabricator instance.

[lld/mac] Process $ld$ os condition for all actions
AbandonedPublic

Authored by thakis on Jun 7 2021, 7:02 AM.

Details

Reviewers
int3
gkm
Group Reviewers
Restricted Project
Summary

All non-"previous" actions have the same conditional format,
so make them all share the condition logic.

That makes it easier to warn on the not-yet implemented actions,
and maybe also to actually implement them.

No behavior change.

Diff Detail

Event Timeline

thakis created this revision.Jun 7 2021, 7:02 AM
Herald added a reviewer: gkm. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
thakis requested review of this revision.Jun 7 2021, 7:02 AM
thakis abandoned this revision.Jun 7 2021, 8:55 AM

Per https://bugs.llvm.org/show_bug.cgi?id=49800#c16 , not sure if we want to do this. Probably good to implement a few more actions first and see where that takes us.