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
We should provide nightlies for a i686-pc-windows-msvc host compiler (much in the same way we have a x86_64-pc-windows-msvc host compiler). Unfortunately there is currently a bug in LLVM preventing us from doing so, so the bootstrap aborts at libsyntax because of this bug: https://llvm.org/bugs/show_bug.cgi?id=23957
Build system support is being added in #26601, but it's largely untested because a compiler could never be produced!
The text was updated successfully, but these errors were encountered:
Now that the llvm bug is closed, what in what rough timeline can we expect an i686-pc-windows-msvc triple?
I don't want to be pushy, I'm just wondering whether we need to wait for an llvm release (not sure how often that happens) or what other roadblocks there might be...
The LLVM bug was just one blocker for getting this compiler bootstrapped, there are likely to be a good number of other bugs (perhaps more LLVM ones) to overcome before we get to a full compiler. Hopefully soon though!
We should provide nightlies for a i686-pc-windows-msvc host compiler (much in the same way we have a x86_64-pc-windows-msvc host compiler). Unfortunately there is currently a bug in LLVM preventing us from doing so, so the bootstrap aborts at libsyntax because of this bug: https://llvm.org/bugs/show_bug.cgi?id=23957
Build system support is being added in #26601, but it's largely untested because a compiler could never be produced!
The text was updated successfully, but these errors were encountered: