You're not the only one Hans, my VMs have started crashing my host OS :) Fedora and OpenSUSE look good, binaries uploaded. On Sat, Dec 13, 2014 at 12:06 PM, Hans Wennborg <hans at chromium.org> wrote:> > On Thu, Dec 11, 2014 at 5:26 PM, Tom Stellard <tom at stellard.net> wrote: > > Hi, > > > > 3.5.1-rc1 has been tagged, so it is time to begin testing. We can > > always use more testers, so if you would like to volunteer, let me > > know. > > Sorry for coming late to the party; my Windows box decided to die > earlier this week. > > After re-installing everything, lld refused to build on the 3.5 > branch. I'm not sure how it ever worked before, but I need to merge > r220117 to make it work. > > I also got two test failures. I haven't checked yet if they also occur > in 3.5, but I'm not sure they matter on Windows: > > LLVM: CodeGen/Mips/cconv/arguments-struct.ll > Clang: Modules/compiler_builtins.m > > I've uploaded it to the sftp: > LLVM-3.5.1-rc1-win32.exe > sha1: 3c3892daa5119e60ee7b0917c4c1ac8251a949c6 > > - Hans >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141213/4ff8643b/attachment.html>
On 13 December 2014 at 06:18, Nikola Smiljanic <popizdeh at gmail.com> wrote:> You're not the only one Hans, my VMs have started crashing my host OS :)Same here... ARMv7 is already up and tested, AArch64 is proving a bit more complicated due to old libstdc++ on my box. I'm working on it. cheers, --renato
On 13 December 2014 at 16:50, Renato Golin <renato.golin at linaro.org> wrote:> Same here... ARMv7 is already up and tested, AArch64 is proving a bit > more complicated due to old libstdc++ on my box. I'm working on it.I'm seeing one error on AArch64's test-suite: SingleSource/UnitTests/Vector/AArch64/aarch64_neon_intrinsics.c:154979:16: warning: implicit declaration of function 'vmovq_n_p64' is invalid in C99 [-Wimplicit-function-declaration] result = vmovq_n_p64(arg1); ^ SingleSource/UnitTests/Vector/AArch64/aarch64_neon_intrinsics.c:154979:14: error: assigning to 'poly64x2_t' (vector of 2 'poly64_t' values) from incompatible type 'int' result = vmovq_n_p64(arg1); ^ ~~~~~~~~~~~~~~~~~ 1 warning and 1 error generated. Tim, any ideas? cheers, --renato
> LLVM: CodeGen/Mips/cconv/arguments-struct.llDo you have the verbose lit output for this test? From: Nikola Smiljanic [mailto:popizdeh at gmail.com] Sent: 13 December 2014 06:18 To: Hans Wennborg Cc: Tom Stellard; llvmdev; Ben Pope; Damian Maguire; Bruno Cardoso Lopes; Renato Golin; Daniel Sanders Subject: Re: 3.5.1 Testing Phase Begins You're not the only one Hans, my VMs have started crashing my host OS :) Fedora and OpenSUSE look good, binaries uploaded. On Sat, Dec 13, 2014 at 12:06 PM, Hans Wennborg <hans at chromium.org<mailto:hans at chromium.org>> wrote: On Thu, Dec 11, 2014 at 5:26 PM, Tom Stellard <tom at stellard.net<mailto:tom at stellard.net>> wrote:> Hi, > > 3.5.1-rc1 has been tagged, so it is time to begin testing. We can > always use more testers, so if you would like to volunteer, let me > know.Sorry for coming late to the party; my Windows box decided to die earlier this week. After re-installing everything, lld refused to build on the 3.5 branch. I'm not sure how it ever worked before, but I need to merge r220117 to make it work. I also got two test failures. I haven't checked yet if they also occur in 3.5, but I'm not sure they matter on Windows: LLVM: CodeGen/Mips/cconv/arguments-struct.ll Clang: Modules/compiler_builtins.m I've uploaded it to the sftp: LLVM-3.5.1-rc1-win32.exe sha1: 3c3892daa5119e60ee7b0917c4c1ac8251a949c6 - Hans -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141215/333a2776/attachment.html>
2014-12-15 13:00 GMT+01:00 Daniel Sanders <Daniel.Sanders at imgtec.com>:>> LLVM: CodeGen/Mips/cconv/arguments-struct.ll > > Do you have the verbose lit output for this test? >I ran it again in verbose mode, but there were no additional outputs. Cheers, Sebastian
On Mon, Dec 15, 2014 at 12:00:40PM +0000, Daniel Sanders wrote:> > LLVM: CodeGen/Mips/cconv/arguments-struct.ll > > Do you have the verbose lit output for this test? >Has anyone been able to identify the cause of this failure? -Tom> From: Nikola Smiljanic [mailto:popizdeh at gmail.com] > Sent: 13 December 2014 06:18 > To: Hans Wennborg > Cc: Tom Stellard; llvmdev; Ben Pope; Damian Maguire; Bruno Cardoso Lopes; Renato Golin; Daniel Sanders > Subject: Re: 3.5.1 Testing Phase Begins > > You're not the only one Hans, my VMs have started crashing my host OS :) > > Fedora and OpenSUSE look good, binaries uploaded. > > On Sat, Dec 13, 2014 at 12:06 PM, Hans Wennborg <hans at chromium.org<mailto:hans at chromium.org>> wrote: > On Thu, Dec 11, 2014 at 5:26 PM, Tom Stellard <tom at stellard.net<mailto:tom at stellard.net>> wrote: > > Hi, > > > > 3.5.1-rc1 has been tagged, so it is time to begin testing. We can > > always use more testers, so if you would like to volunteer, let me > > know. > > Sorry for coming late to the party; my Windows box decided to die > earlier this week. > > After re-installing everything, lld refused to build on the 3.5 > branch. I'm not sure how it ever worked before, but I need to merge > r220117 to make it work. > > I also got two test failures. I haven't checked yet if they also occur > in 3.5, but I'm not sure they matter on Windows: > > LLVM: CodeGen/Mips/cconv/arguments-struct.ll > Clang: Modules/compiler_builtins.m > > I've uploaded it to the sftp: > LLVM-3.5.1-rc1-win32.exe > sha1: 3c3892daa5119e60ee7b0917c4c1ac8251a949c6 > > - Hans