This affects users of LTO that don't explicitly set UseNewPM.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60 ms | x64 windows > LLVM.CodeGen/XCore::threads.ll |
Event Timeline
Comment Actions
This will not give users a way to switch back to the legacy pass manager. We should add a linker option first (D92916), then teach ToolChains/CommonArgs.cpp to pass the option, finally we can do this. So please hold off on this a bit :)