[llvm-dev] [7.0.0 Release] rc1 has been tagged

Jonas Hahnfeld via llvm-dev llvm-dev at lists.llvm.org
Tue Aug 7 14:01:06 PDT 2018


On 2018-08-03 13:37, Hans Wennborg via llvm-dev wrote:
> Dear testers,
> 
> 7.0.0-rc1 was just tagged (from the branch at r338847).
> 
> It's early in the release process, but I'd like to find out what the
> status is of the branch on our various platforms.
> 
> Please run the test script, share the results, and upload binaries.

I tested with test-release.sh on CentOS (x86_64) and results were pretty 
good:
  - Two failing tests in check-all because the system didn't have a 
static 32bit libstdc++.a (I usually don't build and test 32bit 
compiler-rt).
  - One build failure in test-suite because it was using the outdated 
<complex> header from gcc 4.8.5: It appears real() and imaginary() are 
not declared const in there.

Today I fired our internal install script and found a whole lot of 
errors in LLDB. Is there a reason LLDB is disabled in test-release.sh?
(For reference Michal already reported some of the failing tests in 
https://bugs.llvm.org/show_bug.cgi?id=38453, 
https://bugs.llvm.org/show_bug.cgi?id=38456, and 
https://bugs.llvm.org/show_bug.cgi?id=38457. I can dig up the full log 
if needed, I've for now disabled installation of the debugger.)

Cheers,
Jonas


More information about the llvm-dev mailing list