-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
clang: fix Any linker error with multiple compilers #16855
Conversation
Please consider merging. New Rust version is dependent on this new version of LLVM. |
Can we change it to the new workaround? Or would you prefer to do that later? |
I'll adapt the patch to the new workaround. |
reverts this change: llvm/llvm-project@95b27b2 fixes the Rust build, see msys2#16847
C'est parti... |
I think this patch shouldn't be merged for LLVM based subsystems but since it's merged already we can keep probably keep it (unless something regress). |
Not sure I understand but the patch should land upstream sometimes in the future. EDIT: I the reason is that the change from 0 to 1 will break things, then it should not according to the llvm maintainers. |
Oh, it's straight from the phabricator. Sorry, missed that bit. |
It is not yet merged : https://reviews.llvm.org/D148953 |
The fix has been merged upstream. For sake of completeness, an alternative solution mentioned in the fix discussion:
We should keep that in mind should a similar issue popup. |
reverts this change: llvm/llvm-project@95b27b2
fixes the Rust build, see #16847