Hans Wennborg via llvm-dev
2016-Feb-06 00:54 UTC
[llvm-dev] [3.8 Release] Release Candidate 2 source and binaries available
Hello everyone, Source, binaries and documentation for LLVM-3.8.0-rc2 is now available at http://llvm.org/pre-releases/3.8.0/#rc2 Please try them out, run tests, build your favourite projects, and *file bugs* about anything that doesn't work and needs to be fixed for the release. Please CC me on any findings. Many thanks to all our release testers and packagers for putting the binaries together! Cheers, Hans
C Bergström via llvm-dev
2016-Feb-06 01:02 UTC
[llvm-dev] [lldb-dev] [3.8 Release] Release Candidate 2 source and binaries available
Sorry the stupid question as this may be documented somewhere? "OpenMP run-time included in packages targeting i386 and x86_64 Linux, x86_64 FreeBSD, and Darwin." I worked on the port of llvm-OpenMP-formally-known-as-Intel to Aarch64 - can it be included there as well? (I'm not sure what's precisely involved - I'm willing to do my best fixing any bugs which pop up - Same more or less applies to Power8 LE) Would an x86_64 OpenIndiana or Solaris build be possible? (I can give access to a host or try to help connect the dots between willing parties. Assuming gdm doesn't get his way the binaries should currently be cross compatible if compiled correctly.) On Sat, Feb 6, 2016 at 7:54 AM, Hans Wennborg via lldb-dev <lldb-dev at lists.llvm.org> wrote:> Hello everyone, > > Source, binaries and documentation for LLVM-3.8.0-rc2 is now available > at http://llvm.org/pre-releases/3.8.0/#rc2 > > Please try them out, run tests, build your favourite projects, and > *file bugs* about anything that doesn't work and needs to be fixed for > the release. Please CC me on any findings. > > Many thanks to all our release testers and packagers for putting the > binaries together! > > Cheers, > Hans > _______________________________________________ > lldb-dev mailing list > lldb-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
Renato Golin via llvm-dev
2016-Feb-08 14:13 UTC
[llvm-dev] [cfe-dev] [lldb-dev] [3.8 Release] Release Candidate 2 source and binaries available
On 6 February 2016 at 01:02, C Bergström <cfe-dev at lists.llvm.org> wrote:> I worked on the port of llvm-OpenMP-formally-known-as-Intel to Aarch64 > - can it be included there as well? (I'm not sure what's precisely > involved - I'm willing to do my best fixing any bugs which pop up -Hi Chris, That'd entail me enabling them for AArch64. I have to say, I've done that a few months ago and it all went smoothly, but I didn't know anyone was interested (and there were some failures in the OMP tests). I can enable them on the next release candidate and keep them on for the next releases, but I can't support it myself, so if you're willing to handle that, I'm ok with releasing them. Also, it's not trivial to run the OMP tests, making it a bit harder to monitor regressions between releases. For now, I'll just build them and hope you or someone can spot regressions, but ultimately, it'd be good to have it as part of the release process, maybe inside the test-suite? cheers, --renato
Apparently Analagous Threads
- [cfe-dev] [lldb-dev] [3.8 Release] Release Candidate 2 source and binaries available
- [cfe-dev] [lldb-dev] [3.8 Release] Release Candidate 2 source and binaries available
- [cfe-dev] [Openmp-dev] RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
- [cfe-dev] [Openmp-dev] RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
- [LLVMdev] [Openmp-dev] Future of the LLVM OpenMP runtime