[PATCH] D138065: [ELF] Handle GCC collect2 -plugin-opt= on Windows

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 13:30:11 PST 2022


tejohnson added a comment.

In D138065#3931660 <https://reviews.llvm.org/D138065#3931660>, @bwerl wrote:

> @tejohnson, forgive my ignorance - Will this be included in an upcoming release, and if so do you know when that would be? Any chance it could be back-ported to the 15.0.x release track?

I think by default it would be released with 16.x, but it could presumably be backported to the next 15.0.x release.

I haven't done this before, but it looks like to get this backported to 15.0.5 you could follow the instructions at https://llvm.org/docs/GitHub.html to create an issue here:
https://github.com/llvm/llvm-project/milestone/16

and then add the necessary cherrypick command to it as described in the instructions. Is that something you can try? I haven't done it myself but let me know if you run into issues.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138065/new/

https://reviews.llvm.org/D138065



More information about the llvm-commits mailing list