[llvm] [LTO][NFC] Switch LTO API from output parameter to return value (PR #151272)
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 29 22:00:56 PDT 2025
https://github.com/pcc approved this pull request.
So after this change, in #150690 we would have addRegularLTO taking an additional argument with all of the resolutions, something like `ArrayRef<Resolution> FullRes`? Seems okay to me.
https://github.com/llvm/llvm-project/pull/151272
More information about the llvm-commits
mailing list