Hans Wennborg via llvm-dev
2017-Feb-09 00:33 UTC
[llvm-dev] [4.0.0 Release] Release Candidate 2 has been tagged
Hello testers, 4.0.0-rc2 was just tagged from the branch at r294535. There are still open relase blocking bugs and merge requests, so this will not be the last release candidate, but we've had a lot of merges since the last one, and I'd like to see what the testing looks like. The test-release.sh script was updated to also include lld. Make sure you're using the latest version of the script (ideally from the branch, but the trunk version is identical), and if lld causes any problems, pass the "-no-lld" flag. Please build, test, and upload binaries to the sftp. Let me know what comes up, and I'll publish your binaries plus source and docs when they're ready. Thanks, Hans
Diana Picus via llvm-dev
2017-Feb-09 17:55 UTC
[llvm-dev] [Release-testers] [4.0.0 Release] Release Candidate 2 has been tagged
Hi, AArch64 good to go. f27db27da7f75a435d89ba63c8a762885fd86a1a clang+llvm-4.0.0-rc2-aarch64-linux-gnu.tar.xz Diana On 9 February 2017 at 01:33, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:> Hello testers, > > 4.0.0-rc2 was just tagged from the branch at r294535. > > There are still open relase blocking bugs and merge requests, so this > will not be the last release candidate, but we've had a lot of merges > since the last one, and I'd like to see what the testing looks like. > > The test-release.sh script was updated to also include lld. Make sure > you're using the latest version of the script (ideally from the > branch, but the trunk version is identical), and if lld causes any > problems, pass the "-no-lld" flag. > > Please build, test, and upload binaries to the sftp. Let me know what > comes up, and I'll publish your binaries plus source and docs when > they're ready. > > Thanks, > Hans > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
Mehdi Amini via llvm-dev
2017-Feb-09 21:36 UTC
[llvm-dev] [4.0.0 Release] Release Candidate 2 has been tagged
(stage-3 check-all fails on macOS around libcxxabi but I think it is usual). I pushed: 9df4d8a9c74ccb1aaaf934f19a48d003917c9d81 rc2/clang+llvm-4.0.0-rc2-x86_64-apple-darwin.tar.xz — Mehdi> On Feb 8, 2017, at 4:33 PM, Hans Wennborg via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hello testers, > > 4.0.0-rc2 was just tagged from the branch at r294535. > > There are still open relase blocking bugs and merge requests, so this > will not be the last release candidate, but we've had a lot of merges > since the last one, and I'd like to see what the testing looks like. > > The test-release.sh script was updated to also include lld. Make sure > you're using the latest version of the script (ideally from the > branch, but the trunk version is identical), and if lld causes any > problems, pass the "-no-lld" flag. > > Please build, test, and upload binaries to the sftp. Let me know what > comes up, and I'll publish your binaries plus source and docs when > they're ready. > > Thanks, > 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
2017-Feb-09 21:53 UTC
[llvm-dev] [4.0.0 Release] Release Candidate 2 has been tagged
On Wed, Feb 8, 2017 at 4:33 PM, Hans Wennborg <hans at chromium.org> wrote:> Hello testers, > > 4.0.0-rc2 was just tagged from the branch at r294535. > > There are still open relase blocking bugs and merge requests, so this > will not be the last release candidate, but we've had a lot of merges > since the last one, and I'd like to see what the testing looks like. > > The test-release.sh script was updated to also include lld. Make sure > you're using the latest version of the script (ideally from the > branch, but the trunk version is identical), and if lld causes any > problems, pass the "-no-lld" flag. > > Please build, test, and upload binaries to the sftp. Let me know what > comes up, and I'll publish your binaries plus source and docs when > they're ready.Windows is ready: 1f06e8b327509f36214a224423eb333d48e53be6 LLVM-4.0.0-rc2-win32.exe f23dcaaf0caf1496300a0e8c00c0f7815c4fb50f LLVM-4.0.0-rc2-win64.exe It was built with the attached batch file. -------------- next part -------------- A non-text attachment was scrubbed... Name: build_llvm_400-rc2._bat_ Type: application/octet-stream Size: 3854 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170209/5038c9bc/attachment.obj>
Dimitry Andric via llvm-dev
2017-Feb-09 22:23 UTC
[llvm-dev] [Release-testers] [4.0.0 Release] Release Candidate 2 has been tagged
On 9 Feb 2017, at 01:33, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:> > 4.0.0-rc2 was just tagged from the branch at r294535.Building on FreeBSD 10 at least didn't crash this time, and lld built just fine. :) I uploaded the following: SHA256 (clang+llvm-4.0.0-rc2-i386-unknown-freebsd10.tar.xz) = 0725eed8060a1a9983432a547a51c78e155584575120e449c41bebd80eb64652 SHA256 (clang+llvm-4.0.0-rc2-amd64-unknown-freebsd10.tar.xz) = 0b71197a3288b4c7c54f12497b4907257eda71d9be0cb26f9497b25539b5a3c3 On i386-freebsd10 there were some interesting test results: ******************** Unexpected Passing Tests (1): lldb :: Expr/TestCallStdStringFunction.test ******************** Failing Tests (4): LLVM :: tools/llvm-xray/X86/convert-with-debug-syms.txt lldb :: Expr/TestCallStopAndContinue.test lldb :: Expr/TestCallUserAnonTypedef.test lldb :: Expr/TestCallUserDefinedFunction.test On amd64-freebsd10 the lldb failures didn't occur, but the 'unexpected passing' one did, as did the one xray failure. The xray failure looks like this: FAIL: LLVM :: tools/llvm-xray/X86/convert-with-debug-syms.txt (31351 of 33866) ******************** TEST 'LLVM :: tools/llvm-xray/X86/convert-with-debug-syms.txt' FAILED ******************** Script: -- /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/./bin/llvm-xray convert -m /home/dim/llvm-4.0.0/rc2/llvm.src/test/tools/llvm-xray/X86/Inputs/elf64-sample-o2.bin -y /home/dim/llvm-4.0.0/rc2/llvm.src/test/tools/llvm-xray/X86/Inputs/naive-log-simple.xray -f=yaml -o - 2>&1 | /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0 .0-rc2.obj/./bin/FileCheck /home/dim/llvm-4.0.0/rc2/llvm.src/test/tools/llvm-xray/X86/convert-with-debug-syms.txt -- Exit Code: 1 Command Output (stderr): -- /home/dim/llvm-4.0.0/rc2/llvm.src/test/tools/llvm-xray/X86/convert-with-debug-syms.txt:13:15: error: expected string not found in input ; CHECK-NEXT: - { type: 0, func-id: 2, function: {{.*foo.*}}, cpu: 37, thread: 84697, kind: function-enter, ^ <stdin>:11:2: note: scanning from here - { type: 0, func-id: 2, function: 'foo(void)', cpu: 37, thread: 84697, ^ <stdin>:19:2: note: possible intended match here - { type: 0, func-id: 3, function: main, cpu: 37, thread: 84697, kind: function-exit, ^ -- ******************** The lldb test failures look like this: FAIL: lldb :: Expr/TestCallUserAnonTypedef.test (32116 of 32394) ******************** TEST 'lldb :: Expr/TestCallUserAnonTypedef.test' FAILED ******************** Script: -- /home/dim/llvm-4.0.0/rc2/Phase2/Release/llvmCore-4.0.0-rc2.install/usr/local/bin/clang++ /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/Inputs/anonymous-struct.cpp -g -o /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/tools/lldb/lit/Expr/Output/TestCallUserAnonTypedef.test.tmp && /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/./bin/lldb -b -s /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/TestCallUserAnonTypedef.test -- /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/tools/lldb/lit/Expr/Output/TestCallUserAnonTypedef.test.tmp | /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/./bin/FileCheck /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/TestCallUserAnonTypedef.test -- Exit Code: 1 Command Output (stderr): -- error: Can't run the expression locally: Interpreter doesn't handle one of the expression's opcodes /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/TestCallUserAnonTypedef.test:11:10: error: expected string not found in input # CHECK: $0 = 1 ^ <stdin>:1:1: note: scanning from here (lldb) target create "/home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/tools/lldb/lit/Expr/Output/TestCallUserAnonTypedef.test.tmp" ^ <stdin>:10:18: note: possible intended match here Breakpoint 1: where = TestCallUserAnonTypedef.test.tmp`main + 55 at anonymous-struct.cpp:25, address = 0x080486b7 ^ -- ******************** FAIL: lldb :: Expr/TestCallUserDefinedFunction.test (32117 of 32394) ******************** TEST 'lldb :: Expr/TestCallUserDefinedFunction.test' FAILED ******************** Script: -- /home/dim/llvm-4.0.0/rc2/Phase2/Release/llvmCore-4.0.0-rc2.install/usr/local/bin/clang++ /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/Inputs/call-function.cpp -g -o /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/tools/lldb/lit/Expr/Output/TestCallUserDefinedFunction.test.tmp && /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/./bin/lldb -b -s /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/TestCallUserDefinedFunction.test -- /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/tools/lldb/lit/Expr/Output/TestCallUserDefinedFunction.test.tmp | /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/./bin/FileCheck /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/TestCallUserDefinedFunction.test -- Exit Code: 1 Command Output (stderr): -- error: Can't run the expression locally: Interpreter doesn't handle one of the expression's opcodes /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/TestCallUserDefinedFunction.test:9:10: error: expected string not found in input # CHECK: $0 = 5 ^ <stdin>:1:1: note: scanning from here (lldb) target create "/home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/tools/lldb/lit/Expr/Output/TestCallUserDefinedFunction.test.tmp" ^ <stdin>:9:18: note: possible intended match here Breakpoint 1: where = TestCallUserDefinedFunction.test.tmp`main + 591 at call-function.cpp:52, address = 0x0804906f ^ -- ******************** FAIL: lldb :: Expr/TestCallStopAndContinue.test (32119 of 32394) ******************** TEST 'lldb :: Expr/TestCallStopAndContinue.test' FAILED ******************** Script: -- /home/dim/llvm-4.0.0/rc2/Phase2/Release/llvmCore-4.0.0-rc2.install/usr/local/bin/clang++ /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/Inputs/call-function.cpp -g -o /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/tools/lldb/lit/Expr/Output/TestCallStopAndContinue.test.tmp && /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/./bin/lldb -b -s /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/TestCallStopAndContinue.test -o continue -o "thread list" -- /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/tools/lldb/lit/Expr/Output/TestCallStopAndContinue.test.tmp 2>&1 | /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/./bin/FileCheck /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/TestCallStopAndContinue.test -- Exit Code: 1 Command Output (stderr): -- /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/TestCallStopAndContinue.test:10:10: error: expected string not found in input # CHECK: Execution was interrupted, reason: breakpoint ^ <stdin>:1:1: note: scanning from here (lldb) target create "/home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/tools/lldb/lit/Expr/Output/TestCallStopAndContinue.test.tmp" ^ <stdin>:15:4: note: possible intended match here * thread #1, stop reason = breakpoint 1.1 ^ -- ******************** I don't have enough lldb clue to figure out what's wrong with it, though. -Dimitry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 163 bytes Desc: Message signed with OpenPGP URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170209/28780b69/attachment.sig>
Hans Wennborg via llvm-dev
2017-Feb-09 22:33 UTC
[llvm-dev] [Release-testers] [4.0.0 Release] Release Candidate 2 has been tagged
On Thu, Feb 9, 2017 at 2:23 PM, Dimitry Andric <dimitry at andric.com> wrote:> On 9 Feb 2017, at 01:33, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote: >> >> 4.0.0-rc2 was just tagged from the branch at r294535. > > Building on FreeBSD 10 at least didn't crash this time, and lld built just fine. :) I uploaded the following: > > SHA256 (clang+llvm-4.0.0-rc2-i386-unknown-freebsd10.tar.xz) = 0725eed8060a1a9983432a547a51c78e155584575120e449c41bebd80eb64652 > SHA256 (clang+llvm-4.0.0-rc2-amd64-unknown-freebsd10.tar.xz) = 0b71197a3288b4c7c54f12497b4907257eda71d9be0cb26f9497b25539b5a3c3 > > On i386-freebsd10 there were some interesting test results: > > ******************** > Unexpected Passing Tests (1): > lldb :: Expr/TestCallStdStringFunction.test > > ******************** > Failing Tests (4): > LLVM :: tools/llvm-xray/X86/convert-with-debug-syms.txt > lldb :: Expr/TestCallStopAndContinue.test > lldb :: Expr/TestCallUserAnonTypedef.test > lldb :: Expr/TestCallUserDefinedFunction.test > > On amd64-freebsd10 the lldb failures didn't occur, but the 'unexpected passing' one did, as did the one xray failure. > > The xray failure looks like this: > > FAIL: LLVM :: tools/llvm-xray/X86/convert-with-debug-syms.txt (31351 of 33866) > ******************** TEST 'LLVM :: tools/llvm-xray/X86/convert-with-debug-syms.txt' FAILED ******************** > Script: > -- > /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/./bin/llvm-xray convert -m /home/dim/llvm-4.0.0/rc2/llvm.src/test/tools/llvm-xray/X86/Inputs/elf64-sample-o2.bin -y /home/dim/llvm-4.0.0/rc2/llvm.src/test/tools/llvm-xray/X86/Inputs/naive-log-simple.xray -f=yaml -o - 2>&1 | /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0 > .0-rc2.obj/./bin/FileCheck /home/dim/llvm-4.0.0/rc2/llvm.src/test/tools/llvm-xray/X86/convert-with-debug-syms.txt > -- > Exit Code: 1 > > Command Output (stderr): > -- > /home/dim/llvm-4.0.0/rc2/llvm.src/test/tools/llvm-xray/X86/convert-with-debug-syms.txt:13:15: error: expected string not found in input > ; CHECK-NEXT: - { type: 0, func-id: 2, function: {{.*foo.*}}, cpu: 37, thread: 84697, kind: function-enter, > ^ > <stdin>:11:2: note: scanning from here > - { type: 0, func-id: 2, function: 'foo(void)', cpu: 37, thread: 84697, > ^ > <stdin>:19:2: note: possible intended match here > - { type: 0, func-id: 3, function: main, cpu: 37, thread: 84697, kind: function-exit, > ^ > > -- > > ******************** > > The lldb test failures look like this: > > FAIL: lldb :: Expr/TestCallUserAnonTypedef.test (32116 of 32394) > ******************** TEST 'lldb :: Expr/TestCallUserAnonTypedef.test' FAILED ******************** > Script: > -- > /home/dim/llvm-4.0.0/rc2/Phase2/Release/llvmCore-4.0.0-rc2.install/usr/local/bin/clang++ /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/Inputs/anonymous-struct.cpp -g -o /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/tools/lldb/lit/Expr/Output/TestCallUserAnonTypedef.test.tmp && /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/./bin/lldb -b -s /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/TestCallUserAnonTypedef.test -- /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/tools/lldb/lit/Expr/Output/TestCallUserAnonTypedef.test.tmp | /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/./bin/FileCheck /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/TestCallUserAnonTypedef.test > -- > Exit Code: 1 > > Command Output (stderr): > -- > error: Can't run the expression locally: Interpreter doesn't handle one of the expression's opcodes > /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/TestCallUserAnonTypedef.test:11:10: error: expected string not found in input > # CHECK: $0 = 1 > ^ > <stdin>:1:1: note: scanning from here > (lldb) target create "/home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/tools/lldb/lit/Expr/Output/TestCallUserAnonTypedef.test.tmp" > ^ > <stdin>:10:18: note: possible intended match here > Breakpoint 1: where = TestCallUserAnonTypedef.test.tmp`main + 55 at anonymous-struct.cpp:25, address = 0x080486b7 > ^ > > -- > > ******************** > > FAIL: lldb :: Expr/TestCallUserDefinedFunction.test (32117 of 32394) > ******************** TEST 'lldb :: Expr/TestCallUserDefinedFunction.test' FAILED ******************** > Script: > -- > /home/dim/llvm-4.0.0/rc2/Phase2/Release/llvmCore-4.0.0-rc2.install/usr/local/bin/clang++ /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/Inputs/call-function.cpp -g -o /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/tools/lldb/lit/Expr/Output/TestCallUserDefinedFunction.test.tmp && /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/./bin/lldb -b -s /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/TestCallUserDefinedFunction.test -- /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/tools/lldb/lit/Expr/Output/TestCallUserDefinedFunction.test.tmp | /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/./bin/FileCheck /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/TestCallUserDefinedFunction.test > -- > Exit Code: 1 > > Command Output (stderr): > -- > error: Can't run the expression locally: Interpreter doesn't handle one of the expression's opcodes > /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/TestCallUserDefinedFunction.test:9:10: error: expected string not found in input > # CHECK: $0 = 5 > ^ > <stdin>:1:1: note: scanning from here > (lldb) target create "/home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/tools/lldb/lit/Expr/Output/TestCallUserDefinedFunction.test.tmp" > ^ > <stdin>:9:18: note: possible intended match here > Breakpoint 1: where = TestCallUserDefinedFunction.test.tmp`main + 591 at call-function.cpp:52, address = 0x0804906f > ^ > > -- > > ******************** > > FAIL: lldb :: Expr/TestCallStopAndContinue.test (32119 of 32394) > ******************** TEST 'lldb :: Expr/TestCallStopAndContinue.test' FAILED ******************** > Script: > -- > /home/dim/llvm-4.0.0/rc2/Phase2/Release/llvmCore-4.0.0-rc2.install/usr/local/bin/clang++ /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/Inputs/call-function.cpp -g -o /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/tools/lldb/lit/Expr/Output/TestCallStopAndContinue.test.tmp && /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/./bin/lldb -b -s /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/TestCallStopAndContinue.test -o continue -o "thread list" -- /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/tools/lldb/lit/Expr/Output/TestCallStopAndContinue.test.tmp 2>&1 | /home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/./bin/FileCheck /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/TestCallStopAndContinue.test > -- > Exit Code: 1 > > Command Output (stderr): > -- > /home/dim/llvm-4.0.0/rc2/llvm.src/tools/lldb/lit/Expr/TestCallStopAndContinue.test:10:10: error: expected string not found in input > # CHECK: Execution was interrupted, reason: breakpoint > ^ > <stdin>:1:1: note: scanning from here > (lldb) target create "/home/dim/llvm-4.0.0/rc2/Phase3/Release/llvmCore-4.0.0-rc2.obj/tools/lldb/lit/Expr/Output/TestCallStopAndContinue.test.tmp" > ^ > <stdin>:15:4: note: possible intended match here > * thread #1, stop reason = breakpoint 1.1 > ^ > > -- > > ******************** > > I don't have enough lldb clue to figure out what's wrong with it, though.What's the status of lldb on FreeBSD, i.e. is it used? Did the tests pass for 3.9?
Renato Golin via llvm-dev
2017-Feb-10 10:19 UTC
[llvm-dev] [Release-testers] [4.0.0 Release] Release Candidate 2 has been tagged
On 9 February 2017 at 17:55, Diana Picus via llvm-dev <llvm-dev at lists.llvm.org> wrote:> Hi, > > AArch64 good to go. > > f27db27da7f75a435d89ba63c8a762885fd86a1a > clang+llvm-4.0.0-rc2-aarch64-linux-gnu.tar.xzNo regressions from the ARM side. f827daf4b0066f74932090cb6309fcf6be594617 clang+llvm-4.0.0-rc2-armv7a-linux-gnueabihf.tar.xz --renato
Simon Dardis via llvm-dev
2017-Feb-14 17:17 UTC
[llvm-dev] [Openmp-dev] [4.0.0 Release] Release Candidate 2 has been tagged
Hi, I've built, uploaded and partially tested rc2. Looks ok. I'll post if anything crops up. 78afc4479ee0f121ba3080cb04547572 clang+llvm-4.0.0-rc2-mipsel-linux-gnu.tar.xz 9d0aba409e80500224583a6baed6b945 clang+llvm-4.0.0-rc2-mips-linux-gnu.tar.xz c654db0e66231e2c72c2fcc426e843e5 clang+llvm-4.0.0-rc2-x86_64-linux-gnu-debian8.tar.xz Thanks, Simon> -----Original Message----- > From: Openmp-dev [mailto:openmp-dev-bounces at lists.llvm.org] On Behalf > Of Hans Wennborg via Openmp-dev > Sent: 09 February 2017 00:34 > To: Release-testers > Cc: llvm-dev; cfe-dev; openmp-dev (openmp-dev at lists.llvm.org); LLDB Dev > Subject: [Openmp-dev] [4.0.0 Release] Release Candidate 2 has been tagged > > Hello testers, > > 4.0.0-rc2 was just tagged from the branch at r294535. > > There are still open relase blocking bugs and merge requests, so this will not > be the last release candidate, but we've had a lot of merges since the last > one, and I'd like to see what the testing looks like. > > The test-release.sh script was updated to also include lld. Make sure you're > using the latest version of the script (ideally from the branch, but the trunk > version is identical), and if lld causes any problems, pass the "-no-lld" flag. > > Please build, test, and upload binaries to the sftp. Let me know what comes > up, and I'll publish your binaries plus source and docs when they're ready. > > Thanks, > Hans > _______________________________________________ > Openmp-dev mailing list > Openmp-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/openmp-dev
Maybe Matching Threads
- [4.0.0 Release] Release Candidate 2 has been tagged
- LLVM 4.0.1-rc1 has been tagged
- [LLVMdev] [3.6 Release] RC2 has been tagged, Testing Phase II begins
- [LLVMdev] [3.6 Release] RC2 has been tagged, Testing Phase II begins
- [9.0.0 Release] Release Candidate 4 is here