[7.0.0 Release] Release Candidate 2 source, docs, and binaries available

Hello everyone,

Source, docs, and binaries for LLVM 7.0.0-rc2 are now available at
LLVM 7.0.0 Release Candidates (now with HTTPS, thanks
Anton!)

I'll add more binaries as they become available.

Please try it out and report any problems as bugs marked as blockers
of https://llvm.org/PR38406

Thanks,
Hans

[Hans Wennborg]

Source, docs, and binaries for LLVM 7.0.0-rc2 are now available

Tested with MSVC's STL (dev branch beyond VS 2017 15.8), everything looks good. The packaging issue in RC1 (with leftover DLLs) has been fixed, and __shiftright128() is usable with just an intrin0.h declaration (thanks Nico!). All of our tests are passing with RC2 (including libc++'s test suite), after removing -fno-ms-compatibility from the dozen-ish tests that drag in Windows.h.

Thanks,
STL