Opened 9 years ago
Closed 9 years ago
#6542 closed enhancement (fixed)
llvm-3.6.1
Reported by: | Fernando de Oliveira | Owned by: | Fernando de Oliveira |
---|---|---|---|
Priority: | normal | Milestone: | 7.8 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
http://llvm.org/releases/3.6.1/llvm-3.6.1.src.tar.xz
http://llvm.org/releases/3.6.1/llvm-3.6.1.src.tar.xz.sig
http://llvm.org/releases/3.6.1/cfe-3.6.1.src.tar.xz
http://llvm.org/releases/3.6.1/cfe-3.6.1.src.tar.xz.sig
http://llvm.org/releases/3.6.1/compiler-rt-3.6.1.src.tar.xz
http://llvm.org/releases/3.6.1/compiler-rt-3.6.1.src.tar.xz.sig
http://lists.cs.uiuc.edu/pipermail/llvm-announce/2015-May/000059.html
Tom Stellard thomas.stellard at amd.com Tue May 26 09:54:51 CDT 2015 This release contains bug-fixes for the LLVM 3.6.0 release and is both API and ABI compatible with 3.6.0. Fixes in this release include: - Large number of bug fixes for MIPS target. - Bug fixes for R600 target including several fixes for Volcanic Islands. - Several bug fixes for core libraries
Change History (3)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
I would say go ahead with the change, since these tests do not apply to our architecture. I would be more worried if it were something related to x86_64 or i686, as we are not generating any code for the ARM 64-bit architecture anywhere within the book (that I am aware of).
I'm having problem with the tests, and was going to write that they (problems) do not matter for our intended i686 and x86_64 architectures, when discovered that some of the CodeGen/AArch64 and DebugInfo/AArch64 do work in my x86_64 system.
First, make -k check-all:
Later, reduced just to the two sets with failures, CodeGen/AArch64 and DebugInfo/AArch64:
Will wait until tomorrow, for some comment.
In case of no reply to this comment, will just add -k and "... fail for unknown reasons", if there is no objection.