This removes support for performing LTO using the legacy pass manager in gold. Explicitly enabling the new pass manager is retained as a no-op.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/tools/gold/X86/opt-remarks.ll | ||
---|---|---|
56 | I believe this remark duplication is because both AlwaysInliner and Inliner emit remarks. |
llvm/tools/gold/gold-plugin.cpp | ||
---|---|---|
288 | // |
Comment Actions
sing the legacy pass manager in gold
in LLVMgold.so
Despite the name, this supports both gold and GNU ld.
I believe this remark duplication is because both AlwaysInliner and Inliner emit remarks.