You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rust triggers LLVM bug 17180. I haven't figured out the exact condition yet, but using LLVM's integrated assembler is required, so this started to happen only when we switched to LLVM's integrated assembler from Android NDK's external assembler(#8931).
The bug is fixed upstream in r190417. Should I upgrade to the latest LLVM, or just cherry-pick the fix? The fix is trivial, so cherry-picking is not hard. @alexcrichton?
The text was updated successfully, but these errors were encountered:
For posterity, the cherry-pick doesn't cleanly apply, so @sanxiyn is going to resolve the conflicts and rebase it on our current llvm patch and I'll send a pull to integrate it.
Fix `undocumented_unsafe_blocks` in closures
fixesrust-lang#9114
changelog: Fix `undocumented_unsafe_blocks` not checking for comments before the start of a closure
Rust triggers LLVM bug 17180. I haven't figured out the exact condition yet, but using LLVM's integrated assembler is required, so this started to happen only when we switched to LLVM's integrated assembler from Android NDK's external assembler(#8931).
The bug is fixed upstream in r190417. Should I upgrade to the latest LLVM, or just cherry-pick the fix? The fix is trivial, so cherry-picking is not hard. @alexcrichton?
The text was updated successfully, but these errors were encountered: