AddGoldPlugin does more than adding -plugin path/to/LLVMgold.so.
It works with lld and GNU ld, and adds other LTO options.
So AddGoldPlugin is no longer a suitable name.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D74591
[Driver] Rename AddGoldPlugin to addLTOOptions. NFC ClosedPublic Authored by MaskRay on Feb 13 2020, 10:41 PM.
Details Summary AddGoldPlugin does more than adding -plugin path/to/LLVMgold.so.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 14 2020, 6:28 AM Closed by commit rG597dfb3bd56c: [Driver] Rename AddGoldPlugin to addLTOOptions. NFC (authored by MaskRay). · Explain WhyFeb 14 2020, 8:14 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 244677 clang/lib/Driver/ToolChains/Ananas.cpp
clang/lib/Driver/ToolChains/CloudABI.cpp
clang/lib/Driver/ToolChains/CommonArgs.h
clang/lib/Driver/ToolChains/CommonArgs.cpp
clang/lib/Driver/ToolChains/FreeBSD.cpp
clang/lib/Driver/ToolChains/Fuchsia.cpp
clang/lib/Driver/ToolChains/Gnu.cpp
|