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
PHINode should have one entry for each predecessor of its parent basic block!
%6 = phi i32* [ %3, %9 ]
Broken module found, compilation aborted!
Stack dump:
0. Running pass 'Function Pass Manager' on module 'rust_out'.
1. Running pass 'Module Verifier' on function '@_ZN4main17_58aa485ede601b15E'
`_xgetbv` was reimplemented to use inline assembly in rust-lang#333 since LLVM
3.9 didn't export the intrinsic we needed to use. LLVM 4.0 has since
rectified that issue, and since rust's minimum supported version of LLVM
is 8.0, this change can be reverted.
LLVM dies saying:
with the stack:
The text was updated successfully, but these errors were encountered: