[GHC] #11981: unknown symbol `__udivti3' when BuildFlavour = perf-llvm
GHC
ghc-devs at haskell.org
Wed Jul 20 08:38:57 UTC 2016
#11981: unknown symbol `__udivti3' when BuildFlavour = perf-llvm
-------------------------------------+-------------------------------------
Reporter: erikd | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 8.0.2
Component: Compiler | Version: 8.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: Other | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by erikd):
The function `__udivti3` seems to be a 128 bit `div` operation that is
implemented in LLVM's "compiler-rt" library and in gcc "libgcc". Going to
try and see if I can link libgcc.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11981#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list