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
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
Fixed issues:
CodeModel::Default, it's now optional - #47710MIPS64 archive variant was renamed - #47710UnsafeAlgebra support has been refactored - #47710writeArchive has changed - #47710DICompileUnit assertions, we probably need to apply the same fix that ThinLTO has already. - #47710[x] x86_64/i686 linux dist builders can't compile newer compiler-rt (sanitizers presumably)
[x] armhf-gnu has a few SIGSEGV in the test suite of run-fail, something about unwinding may be busted
PRs:
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)
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.