This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG203731d2c82b: [clang/mac] Accept -why_load and make -whyload
an alias for it (authored by thakis).
Herald added a project: clang.
Repository:
rG L
hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.
lgtm
nit in the change description
> So -why_load is the spelling preferred by the linker and -whyload and old
second "and" -> "an"
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98156/n
thakis created this revision.
thakis added a reviewer: hans.
Herald added subscribers: jansvoboda11, dang.
thakis requested review of this revision.
>From `man ld`:
-why_load Log why each object file in a static library is loaded.
That is, what symbol was needed.
A