[GHC] #10221: LLVM does not work on OSX
GHC
ghc-devs at haskell.org
Wed Apr 1 20:06:57 UTC 2015
#10221: LLVM does not work on OSX
-------------------------------------+-------------------------------------
Reporter: yongqli | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler (LLVM) | Version: 7.10.1
Resolution: | Keywords:
Operating System: MacOS X | Architecture:
Type of failure: Other | Unknown/Multiple
Blocked By: | Test Case:
Related Tickets: | Blocking:
| Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by rwbarton):
You probably have a non-Apple (e.g., homebrew) `clang` installed then,
that doesn't know about `.macosx_version_min`.
The use of `clang` (whichever one is first on your PATH) is hard-coded. I
would guess that the original issue that led to this situation (#5636) is
no longer relevant, but I don't know whether using the configured C
compiler is more likely to work here in general.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10221#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list