Closed
Description
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?