playstation-edd wrote: I feel I should add some extra context here, which is unavailable to anyone outside SIE. Perhaps worth including something like this in the commit message, @kbelochapka.
Most drivers call `addLTOOptions` to include LTO-related link options. That includes specifying `mcpu`. The PS5 driver doesn't yet call `addLTOOptions`. In time I hope we'll arrive at a point where we can refactor to use the same functionality. This is one step towards that. https://github.com/llvm/llvm-project/pull/202924 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
