[GHC] #10170: Find versioned versions of LLVM tools
GHC
ghc-devs at haskell.org
Thu Mar 19 08:53:15 UTC 2015
#10170: Find versioned versions of LLVM tools
-------------------------------------+-------------------------------------
Reporter: erikd | Owner: erikd
Type: bug | Status: new
Priority: normal | Milestone: 7.12.1
Component: Compiler (LLVM) | Version: 7.11
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: None/Unknown | Unknown/Multiple
Blocked By: | Test Case:
Related Tickets: | Blocking:
| Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by thomie):
> I think that FIND_LLVM macro will need to grow, not disappear.
In `configure.ac`, can't you just replace:
{{{
FIND_LLVM_PROG([LLC], [llc], [llc])
}}}
With:
{{{
FP_ARG_WITH_PATH_GNU_PROG_OPTIONAL_NOTARGET([LLC], [llc], [llc-3.6])
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10170#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list