Rust: Tracking issue for LLVM 6 upgrade

Created on 23 Jan 2018  路  2Comments  路  Source: rust-lang/rust

An LLVM release candidate for 6.0.0 has been tagged, and despite not having upgraded to LLVM 5 we should start weeding out bugs for LLVM 6!

test results:

Issues with no diagnosis/resolution

  • None!

I'm sure this list will expand over time! I'll try to keep it updated.

Issues with a diagnosis/resolution that hasn't landed

  • [x] i686 MSVC is showing a corrupt rlib when linking, something about archive writing changed maybe?

    • appears to be an LLVM regression

    • local hack reverting the line in that linked commit seems to fix the issue

  • [x] Emscripten needs an upgrade

Fixed issues:

PRs:

A-LLVM C-enhancement T-compiler

Most helpful comment

The most recent Travis run is now all green. I've manually tested on OSX locally and we're all good there, and we're also good on MinGW Windows. The last remaining bug is the MSVC archive regression. Still hunting that down.

All 2 comments

The most recent Travis run is now all green. I've manually tested on OSX locally and we're all good there, and we're also good on MinGW Windows. The last remaining bug is the MSVC archive regression. Still hunting that down.

@alexcrichton It seems that all the mark boxes should now be ticked?(PRs merged)

Was this page helpful?
0 / 5 - 0 ratings