[GHC] #13265: perf-llvm build fails with "Too many sections: 123418 (>= 65280)"
GHC
ghc-devs at haskell.org
Wed Feb 22 00:24:20 UTC 2017
#13265: perf-llvm build fails with "Too many sections: 123418 (>= 65280)"
-------------------------------------+-------------------------------------
Reporter: erikd | Owner: (none)
Type: bug | Status: new
Priority: highest | Milestone: 8.2.1
Component: Compiler (LLVM) | Version: 8.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Building GHC | Unknown/Multiple
failed | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by bgamari):
Well, for better or worse using gold (by adding `EXTRA_HC_OPTS=-optl--use-
ld=gold` to the `make` command line) works fine. It looks like this is
probably a BFD `ld` bug.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13265#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list