[GHC] #10329: ghc-7.10 is configured to use llvm-3.6 but only compiles with llvm-3.5
GHC
ghc-devs at haskell.org
Mon Apr 20 02:43:32 UTC 2015
#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
More information about the ghc-tickets
mailing list