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
RUSTFLAGS='-C codegen-units=16 -Z thinlto' cargo +nightly build --release on my project causes:
rustc: /checkout/src/llvm/lib/Transforms/Scalar/GVN.cpp:1933: bool llvm::GVN::replaceOperandsWithConsts(llvm::Instruction*) const: Assertion `!isa<Constant>(Operand) && "Replacing constants with constants is invalid"' failed.
(No backtrace)
Its a private crate that is somewhat large and I have no idea where to start to be able to reduce it down to something that still causes the issue, I'm up for suggestions though.
RUSTFLAGS='-C codegen-units=16 -Z thinlto' cargo +nightly build --release
on my project causes:(No backtrace)
Its a private crate that is somewhat large and I have no idea where to start to be able to reduce it down to something that still causes the issue, I'm up for suggestions though.
The text was updated successfully, but these errors were encountered: