[GHC] #10329: ghc-7.10 is configured to use llvm-3.6 but only compiles with llvm-3.5

#10329: ghc-7.10 is configured to use llvm-3.6 but only compiles with llvm-3.5 -------------------------------------+------------------------------------- Reporter: erikd | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.10.2 Component: Compiler | Version: 7.10.1 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: Building GHC Unknown/Multiple | failed Test Case: | Blocked By: Blocking: | Related Tickets: Differential Revisions: | -------------------------------------+------------------------------------- Commit 07da52ce2db1 on the ghc-7.10 branch cherry picks commit 42448e3757f2 from the git master branch, but that commit checks for and insists on using llvm version 3.6. However, the code in the ghc-7.10 branch is not compatible with llvm-3.6. The attatched patch changes the requirement to be for llvm-3.5 and is the ghc-7.10 version of commit 485dba86d2519c in the master branch. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10329 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10329: ghc-7.10 is configured to use llvm-3.6 but only compiles with llvm-3.5 -------------------------------------+------------------------------------- Reporter: erikd | Owner: Type: bug | Status: patch Priority: normal | Milestone: 7.10.2 Component: Compiler | Version: 7.10.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by erikd): * status: new => patch -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10329#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10329: ghc-7.10 is configured to use llvm-3.6 but only compiles with llvm-3.5 -------------------------------------+------------------------------------- Reporter: erikd | Owner: Type: bug | Status: patch Priority: normal | Milestone: 7.10.2 Component: Compiler | Version: 7.10.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: Phab:D856 -------------------------------------+------------------------------------- Changes (by erikd): * differential: => Phab:D856 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10329#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10329: ghc-7.10 is configured to use llvm-3.6 but only compiles with llvm-3.5 -------------------------------------+------------------------------------- Reporter: erikd | Owner: Type: bug | Status: patch Priority: normal | Milestone: 7.10.2 Component: Compiler | Version: 7.10.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: Phab:D856 -------------------------------------+------------------------------------- Comment (by erikd): The current `ghc-7.10` branch fails to build with `BuldFlavour = perf- llvm` due to: {{{ !0 = metadata !{metadata !"top", i8* null} }}} which is a direct result of the issue in this ticket and which the patch in Phab:D856 fixes. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10329#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10329: ghc-7.10 is configured to use llvm-3.6 but only compiles with llvm-3.5
-------------------------------------+-------------------------------------
Reporter: erikd | Owner:
Type: bug | Status: closed
Priority: normal | Milestone: 7.10.2
Component: Compiler | Version: 7.10.1
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Building GHC | Unknown/Multiple
failed | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Revisions: Phab:D856
-------------------------------------+-------------------------------------
Changes (by erikd):
* status: patch => closed
* resolution: => fixed
Comment:
This was fixed in commit:
{{{
commit 99e4e26a2672f7697cf1f76306c3dfb63125e035
Author: Erik de Castro Lopo
participants (1)
-
GHC