Modifications to driver and gold plugin code to get the new pass manager path enabled in LTO (and thinLTO).
Details
Details
- Reviewers
kbarton nemanjai lei jtony sfertile syzaara stefanp inouehrs echristo chandlerc tejohnson - Commits
- rG03e77c64f180: Enabling new pass manager in LTO (and thinLTO) link step.
rC314964: Enabling new pass manager in LTO (and thinLTO) link step.
rL314964: Enabling new pass manager in LTO (and thinLTO) link step.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thanks for adding this. Please add a test like the one for -ffunction-sections (tools/clang/test/Driver/gold-lto-sections.c).
Comment Actions
Add new testcase to make sure plugin-opt is passed to gold linker to enable new pass manager.