Hans Wennborg via llvm-dev
2018-Sep-10 14:12 UTC
[llvm-dev] [7.0.0 Release] rc3 has been tagged
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. Please also take a look at the release notes and other docs; small changes to those are still welcome. The sources and docs will show up at https://prereleases.llvm.org/7.0.0/#rc3 anytime now, and binaries will be posted when they're ready. Thanks everyone for your work on this release! Hans
Jonas Hahnfeld via llvm-dev
2018-Sep-10 15:49 UTC
[llvm-dev] [7.0.0 Release] rc3 has been tagged
On 2018-09-10 16:12, Hans Wennborg via llvm-dev 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.Builds and tests successfully with a custom install script. As I mentioned for rc1, I'm now skipping lldb because it doesn't look maintained on Linux. Thanks for the good work! Jonas
Andrew Kelley via llvm-dev
2018-Sep-10 16:34 UTC
[llvm-dev] [7.0.0 Release] rc3 has been tagged
Is LLVM not doing the "List of external projects" section anymore? Looks like this didn't make it into the release notes: https://reviews.llvm.org/D51118 On Mon, Sep 10, 2018 at 11:49 AM Jonas Hahnfeld via llvm-dev < llvm-dev at lists.llvm.org> wrote:> On 2018-09-10 16:12, Hans Wennborg via llvm-dev 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. > > Builds and tests successfully with a custom install script. As I > mentioned for rc1, I'm now skipping lldb because it doesn't look > maintained on Linux. > > Thanks for the good work! > Jonas > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180910/64b72a37/attachment.html>
Andres Freund via llvm-dev
2018-Sep-10 21:53 UTC
[llvm-dev] [7.0.0 Release] rc3 has been tagged
Hi, On 2018-09-10 16:12:58 +0200, Hans Wennborg via llvm-dev wrote:> Please also take a look at the release notes and other docs; small > changes to those are still welcome.I don't quite know what the criteria are for the release notes (sorry, still pretty new here). It might be worthwhile to mention two additional things - but I'm certainly biased: - Support for profiling JITed code with perf (r337789) - Expanding the OrcJIT APIs exposed to C so they can register event listeners like debuggers and profilers (r333227, r333228, r333229, r333230) Greetings, Andres Freund
Jan Vesely via llvm-dev
2018-Sep-11 03:08 UTC
[llvm-dev] [7.0.0 Release] rc3 has been tagged
Hi, do you mind updating the llvm.org webpage as well? It still states the old schedule of final release on Sept 5. thanks, Jan On Mon, Sep 10, 2018 at 10:13 AM Hans Wennborg via llvm-dev < llvm-dev at lists.llvm.org> 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. > > Please also take a look at the release notes and other docs; small > changes to those are still welcome. > > The sources and docs will show up at > https://prereleases.llvm.org/7.0.0/#rc3 anytime now, and binaries will > be posted when they're ready. > > Thanks everyone for your work on this release! > > Hans > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180910/241ef176/attachment.html>
Hans Wennborg via llvm-dev
2018-Sep-11 08:16 UTC
[llvm-dev] [7.0.0 Release] rc3 has been tagged
Updated now. Thanks for the reminder! On Tue, Sep 11, 2018 at 5:08 AM, Jan Vesely <jan.vesely at rutgers.edu> wrote:> Hi, > > do you mind updating the llvm.org webpage as well? It still states the old > schedule of final release on Sept 5. > > thanks, > Jan > > On Mon, Sep 10, 2018 at 10:13 AM Hans Wennborg via llvm-dev > <llvm-dev at lists.llvm.org> 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. >> >> Please also take a look at the release notes and other docs; small >> changes to those are still welcome. >> >> The sources and docs will show up at >> https://prereleases.llvm.org/7.0.0/#rc3 anytime now, and binaries will >> be posted when they're ready. >> >> Thanks everyone for your work on this release! >> >> Hans >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Hans Wennborg via llvm-dev
2018-Sep-11 08:40 UTC
[llvm-dev] [7.0.0 Release] rc3 has been tagged
On Mon, Sep 10, 2018 at 11:53 PM, Andres Freund <andres at anarazel.de> wrote:> Hi, > > On 2018-09-10 16:12:58 +0200, Hans Wennborg via llvm-dev wrote: >> Please also take a look at the release notes and other docs; small >> changes to those are still welcome. > > I don't quite know what the criteria are for the release notes (sorry, > still pretty new here). It might be worthwhile to mention two additional > things - but I'm certainly biased: > - Support for profiling JITed code with perf (r337789) > - Expanding the OrcJIT APIs exposed to C so they can register event > listeners like debuggers and profilers (r333227, r333228, r333229, r333230)Added in r341916. Thanks!
Dimitry Andric via llvm-dev
2018-Sep-11 09:21 UTC
[llvm-dev] [Release-testers] [7.0.0 Release] rc3 has been tagged
On 10 Sep 2018, at 16:12, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:> 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.Main test results on amd64-freebsd11 look slightly better, 2 less unexpected failures: Expected Passes : 52422 (rc2: 52409) Expected Failures : 232 (rc2: 232) Unsupported Tests : 3687 (rc2: 3687) Unexpected Passes : 1 (rc2: 1) Unexpected Failures: 489 (rc2: 491) Test-suite test results on amd64-freebsd11 are also better, 58 less unexpected failures: Expected Passes : 903 (rc2: 845) Unexpected Failures: 3 (rc2: 61) Test results on i386-freebsd11 were slightly worse, due to a bunch of hanging lldb single step tests (these all seem to hang in the STOP state indefinitely, and so had to be killed off): Expected Passes : 50226 (rc2: 50186) Expected Failures : 226 (rc2: 226) Unsupported Tests : 2502 (rc2: 2502) Unexpected Failures: 277 (rc2: 306) The test-suite still doesn't build on i386-freebsd, but that is a known issue. I have uploaded: SHA256 (clang+llvm-7.0.0-rc3-amd64-unknown-freebsd11.tar.xz) = 1b5d72f94e4f18713393ad0ce4f1509ee13b8b41fde114e9a18b2247e2a740cb SHA256 (clang+llvm-7.0.0-rc3-i386-unknown-freebsd11.tar.xz) = 4e09e6a9d06982ba35b6e213d74498c9b46b01bfd044728d6f81de50791dbd4a -Dimitry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 223 bytes Desc: Message signed with OpenPGP URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180911/8f845870/attachment.sig>
Michał Górny via llvm-dev
2018-Sep-11 16:06 UTC
[llvm-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 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 963 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180911/2916ba74/attachment.sig>
Bero Rosenkränzer via llvm-dev
2018-Sep-12 00:56 UTC
[llvm-dev] [Release-testers] [7.0.0 Release] rc3 has been tagged
Hi, OpenMandriva is updated and runs well, so far we've found one problem while rebuilding the OS with rc3: http://file-store.openmandriva.org/api/v1/file_stores/e95b2bd9e6e7dfcfbbab1906d20763879fa6f489.log?show=true Building libqalculate on armv7hnl causes the compiler to barf. I didn't get around to debugging this yet. Same package builds ok on all other supported arches (aarch64, x86_64, i686). ttyl bero On Mon, 10 Sep 2018 at 16:13, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> 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. > > Please also take a look at the release notes and other docs; small > changes to those are still welcome. > > The sources and docs will show up at > https://prereleases.llvm.org/7.0.0/#rc3 anytime now, and binaries will > be posted when they're ready. > > Thanks everyone for your work on this release! > > Hans > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
Khem Raj via llvm-dev
2018-Sep-12 01:08 UTC
[llvm-dev] [7.0.0 Release] rc3 has been tagged
On Mon, Sep 10, 2018 at 7:13 AM Hans Wennborg via llvm-dev <llvm-dev at lists.llvm.org> 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. >There is one build failure on Yocto armv7l/rpi3 http://errors.yoctoproject.org/Errors/Details/192518/ This problem has been reported in older releases as well. I have but iit is showing up in ruby in 7.0+ updated the status in https://bugs.llvm.org/show_bug.cgi?id=28629> Please also take a look at the release notes and other docs; small > changes to those are still welcome. > > The sources and docs will show up at > https://prereleases.llvm.org/7.0.0/#rc3 anytime now, and binaries will > be posted when they're ready. > > Thanks everyone for your work on this release! > > Hans > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Gaier, Bjoern via llvm-dev
2018-Sep-12 07:19 UTC
[llvm-dev] [cfe-dev] [Release-testers] [7.0.0 Release] rc3 has been tagged
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
Hans Wennborg via llvm-dev
2018-Sep-12 11:57 UTC
[llvm-dev] [Release-testers] [7.0.0 Release] rc3 has been tagged
Can you please file a bug (blocking PR38406) with the preprocessed source and invocation attached (/tmp/MathStructure-619267.cpp and /tmp/MathStructure-619267.sh as mentioned in the output you linked to)? Did the same project build successfully with the previous release candidates? Thanks, Hans On Wed, Sep 12, 2018 at 2:56 AM, Bero Rosenkränzer <Bernhard.Rosenkranzer at linaro.org> wrote:> Hi, > OpenMandriva is updated and runs well, so far we've found one problem > while rebuilding the OS with rc3: > > http://file-store.openmandriva.org/api/v1/file_stores/e95b2bd9e6e7dfcfbbab1906d20763879fa6f489.log?show=true > > Building libqalculate on armv7hnl causes the compiler to barf. I > didn't get around to debugging this yet. Same package builds ok on all > other supported arches (aarch64, x86_64, i686). > > ttyl > bero > > On Mon, 10 Sep 2018 at 16:13, Hans Wennborg via Release-testers > <release-testers at lists.llvm.org> 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. >> >> Please also take a look at the release notes and other docs; small >> changes to those are still welcome. >> >> The sources and docs will show up at >> https://prereleases.llvm.org/7.0.0/#rc3 anytime now, and binaries will >> be posted when they're ready. >> >> Thanks everyone for your work on this release! >> >> Hans >> _______________________________________________ >> Release-testers mailing list >> Release-testers at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
Brian Cain via llvm-dev
2018-Sep-12 13:31 UTC
[llvm-dev] [Release-testers] [7.0.0 Release] rc3 has been tagged
Uploaded sles binaries. ba4e93b281bc53372cea22da624c02dad566a7b6 clang+llvm-7.0.0-rc3-x86_64-linux-sles11.3.tar.xz d3cbc4a96adbfd5480601bd6a9faf62879976cf8 clang+llvm-7.0.0-rc3-x86_64-linux-sles12.3.tar.xz On Mon, Sep 10, 2018 at 9:13 AM Hans Wennborg via Release-testers < release-testers at lists.llvm.org> 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. > > Please also take a look at the release notes and other docs; small > changes to those are still welcome. > > The sources and docs will show up at > https://prereleases.llvm.org/7.0.0/#rc3 anytime now, and binaries will > be posted when they're ready. > > Thanks everyone for your work on this release! > > Hans > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers >-- -Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180912/481b5f0f/attachment.html>
Sylvestre Ledru via llvm-dev
2018-Sep-12 13:34 UTC
[llvm-dev] [Release-testers] [7.0.0 Release] rc3 has been tagged
Le 10/09/2018 à 16:12, Hans Wennborg via Release-testers a écrit :> 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. > > Please also take a look at the release notes and other docs; small > changes to those are still welcome. > > The sources and docs will show up at > https://prereleases.llvm.org/7.0.0/#rc3 anytime now, and binaries will > be posted when they're ready.Works great on the most important platforms on Debian. Nothing new compare to rc2 for now S
NAKAMURA Takumi via llvm-dev
2018-Sep-12 14:02 UTC
[llvm-dev] [Release-testers] [7.0.0 Release] rc3 has been tagged
FYI, CentOS6 RPMs are here; https://github.com/llvm-project/llvm-project-20170507/releases/tag/RELEASE_700%2Frc3 On Mon, Sep 10, 2018 at 11:13 PM Hans Wennborg via Release-testers < release-testers at lists.llvm.org> 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. > > Please also take a look at the release notes and other docs; small > changes to those are still welcome. > > The sources and docs will show up at > https://prereleases.llvm.org/7.0.0/#rc3 anytime now, and binaries will > be posted when they're ready. > > Thanks everyone for your work on this release! > > Hans > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180912/44ff3c1f/attachment.html>
Maybe Matching Threads
- can't build/run after adding lib to Fibonacci example, even reverting the complete llvm tree does not help
- [7.0.0 Release] The final tag is in
- opus_multistream_encode_float not working in libopus 1.1
- opus_multistream_encode_float not working in libopus 1.1
- [7.0.0 Release] rc2 has been tagged