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.
Differential D103810
[lld/mac] Process $ld$ os condition for all actions AbandonedPublic Authored by thakis on Jun 7 2021, 7:02 AM.
Details
Diff Detail Event TimelineComment Actions 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.
Revision Contents
Diff 350276 lld/MachO/InputFiles.h
lld/MachO/InputFiles.cpp
|
clang-format: please reformat the code