-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add patch for 31156 #34860
Add patch for 31156 #34860
Conversation
This imports the patch I put up in https://reviews.llvm.org/D75072 and should fix #31156. We should probably hold off on merging this for a few days while upstream review is ongoing. In the meantime, this branch should be convenient to try. Make sure to remember to build LLVM from source, not BB.
@ianshmean Can you try this out and let us know if it fixes the bug for you? |
Already getting started 👍🏻 |
Indeed, this fixes #31156 I also just successfully compiled a sysimage with PackageCompiler that was previously failing for this reason 👍🏻❤️ |
Ready to merge? |
I haven't gotten any feedback upstream, but I do think this patch is ok to do. It's about as minimal as I could make it. |
Actually, we should probably add this patch to BB first and add the bump here, so we test this patch on CI. |
Adds the patch from JuliaLang/julia#34860.
Adds the patch from JuliaLang/julia#34860.
Adds the patch from JuliaLang/julia#34860.
Replaced by #35076 |
This imports the patch I put up in https://reviews.llvm.org/D75072
and should fix #31156. We should probably hold off on merging this
for a few days while upstream review is ongoing. In the meantime,
this branch should be convenient to try. Make sure to remember to build
LLVM from source, not BB.