[llvm-dev] [cfe-dev] [Release-testers] [7.0.0 Release] rc3 has been tagged

Gaier, Bjoern via llvm-dev llvm-dev at lists.llvm.org
Wed Sep 12 00:19:49 PDT 2018


Hello,

I'm sorry to write you, because I fear that I'm doing it wrong... or that it is nothing.
Yesterday I downloaded the LLVM7rc3 - with the files for LLVM, Clang, compiler-rt and LLD.

I used CMake to generate me a VisualStudio2017 solution. Compiling is no problem, but when running "Install" compiler-rt has some problems. I attach the output:

88>-- Up-to-date: C:/Program Files/LLVM7/lib/clang/7.0.0/include/xray/xray_log_interface.h
88>CMake Error at projects/compiler-rt/lib/builtins/cmake_install.cmake:34 (file):
88>  file INSTALL cannot find
88>  "D:/Users/h16020/Desktop/Clang_LLVM/Source/LLVM7/CMake/$(Configuration)/lib/clang/7.0.0/lib/windows/clang_rt.builtins-x86_64.lib".
88>Call Stack (most recent call first):
88>  projects/compiler-rt/lib/cmake_install.cmake:33 (include)
88>  projects/compiler-rt/cmake_install.cmake:33 (include)
88>  projects/cmake_install.cmake:32 (include)
88>  cmake_install.cmake:58 (include)
88>
88>
88>D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(133,5): error MSB3073: The command "setlocal
88>D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(133,5): error MSB3073: "C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=Release -P cmake_install.cmake
88>D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(133,5): error MSB3073: if %errorlevel% neq 0 goto :cmEnd
88>D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(133,5): error MSB3073: :cmEnd
88>D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(133,5): error MSB3073: endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
88>D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(133,5): error MSB3073: :cmErrorLevel
88>D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(133,5): error MSB3073: exit /b %1
88>D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(133,5): error MSB3073: :cmDone
88>D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(133,5): error MSB3073: if %errorlevel% neq 0 goto :VCEnd
88>D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(133,5): error MSB3073: :VCEnd" exited with code 1.
88>Done building project "INSTALL.vcxproj" -- FAILED.
========== Build: 87 succeeded, 1 failed, 320 up-to-date, 0 skipped ==========

I take the problem is the line "88>  "D:/Users/h16020/Desktop/Clang_LLVM/Source/LLVM7/CMake/$(Configuration)/lib/clang/7.0.0/lib/windows/clang_rt.builtins-x86_64.lib"." cause the value $(Configuration) was not replaced with "Release". I think that VisualStudio should do that... The files does exist by the way!

Ehm... So I have really no idea if this was helpful or not...But I though I should share it...

Sorry and kind greetings
Björn
 

-----Original Message-----
From: cfe-dev <cfe-dev-bounces at lists.llvm.org> On Behalf Of Michal Górny via cfe-dev
Sent: Dienstag, 11. September 2018 18:07
To: Hans Wennborg <hans at chromium.org>; Release-testers <release-testers at lists.llvm.org>
Cc: llvm-dev <llvm-dev at lists.llvm.org>; cfe-dev <cfe-dev at lists.llvm.org>; openmp-dev (openmp-dev at lists.llvm.org) <openmp-dev at lists.llvm.org>; LLDB Dev <lldb-dev at lists.llvm.org>
Subject: Re: [cfe-dev] [Release-testers] [7.0.0 Release] rc3 has been tagged

On Mon, 2018-09-10 at 16:12 +0200, Hans Wennborg via Release-testers
wrote:
> Dear testers,
> 
> 7.0.0-rc3 was just tagged (from branch revision r341805).
> 
> No further release candidates are currently planned, so this is a 
> release candidate in the real sense: unless any serious issues 
> surface, this is what the final release will look like.
> 
> Please run the test script, share your results and upload binaries.
> 

I see two regressions in compiler-rt since RC2:

Failing Tests (2):
    LeakSanitizer-AddressSanitizer-i386 :: TestCases/Linux/fork_and_leak.cc
    LeakSanitizer-Standalone-i386 :: TestCases/Linux/fork_and_leak.cc

Besides that, nothing new to report.

--
Best regards,
Michał Górny


More information about the llvm-dev mailing list