Bill Wendling
2013-May-08 09:53 UTC
[LLVMdev] [3.3 Release] Release Candidate 1 Sources Available
Hi LLVM-ers! The 3.3 release candidate 1 sources are now available! You can get them here: http://llvm.org/pre-releases/3.3/rc1/ Once binaries are available, they will be posted there as well. Please test out these sources and create bug reports for any problems you encounter (http://llvm.org/bugs/) --- and please CC me on those bug reports. Share and enjoy! -bw Note: There are symlinks from the main `llvm' sources to the other sources. So you may need to download all of the sources, or remove those symlinks. I encourage you to compile as much of the sources as possible (compiler-rt, libcxx, etc.), and only remove symlinks if things don't work for your environment.
Ulrich Weigand
2013-May-08 18:09 UTC
[LLVMdev] [3.3 Release] Release Candidate 1 Sources Available
Bill Wendling <wendling at apple.com> wrote:> Please test out these sources and create bug reports for any > problems you encounter (http://llvm.org/bugs/) --- and please CC me > on those bug reports.The RC looks good on SystemZ; all projects/test-suite tests pass. There are still two failing tests in the regression suite: LLVM :: DebugInfo/namespace.ll This was already fixed by Richard and backported to the branch as revision 181419 (which wasn't in the RC). Clang :: CodeGenCXX/throw-expressions.cpp This is just a test-case issue, which I reported here: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20130506/079453.html Bye, Ulrich
Richard Smith
2013-May-08 20:58 UTC
[LLVMdev] [3.3 Release] Release Candidate 1 Sources Available
On Wed, May 8, 2013 at 11:09 AM, Ulrich Weigand <Ulrich.Weigand at de.ibm.com>wrote:> Bill Wendling <wendling at apple.com> wrote: > > > Please test out these sources and create bug reports for any > > problems you encounter (http://llvm.org/bugs/) --- and please CC me > > on those bug reports. > > The RC looks good on SystemZ; all projects/test-suite tests pass. > > There are still two failing tests in the regression suite: > > LLVM :: DebugInfo/namespace.ll > > This was already fixed by Richard and backported to the branch > as revision 181419 (which wasn't in the RC). > > Clang :: CodeGenCXX/throw-expressions.cpp > > This is just a test-case issue, which I reported here: > > http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20130506/079453.htmlTrivial issue, should be fixed by backport of r181465. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130508/51a5578f/attachment.html>
Reasonably Related Threads
- [LLVMdev] [3.3 Release] Release Candidate 1 Sources Available
- [LLVMdev] Code ownership for SystemZ port
- [8.0.0 Release] rc4 has been tagged
- [LLVMdev] Removing TargetMachine CPU auto-detection for PowerPC and SystemZ?
- [cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?