#5739: Please make LLVM binary names configurable
------------------------------+---------------------------------------------
 Reporter:  nomeata           |          Owner:  dterei          
     Type:  bug               |         Status:  new             
 Priority:  normal            |      Component:  Compiler (LLVM) 
  Version:  7.3               |       Keywords:                  
       Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
  Failure:  None/Unknown      |       Testcase:                  
Blockedby:                    |       Blocking:                  
  Related:                    |  
------------------------------+---------------------------------------------
 While the name of the GCC binary, for example, is configurable in
 settings, this is not true for the LLVM binaries (llc and opt); these are
 hard-coded in source:/compiler/main/SysTools.lhs

 This is required, e.g., for Debian where "opt" might be any llvm version
 and only "opt-3.0" would work. Ideally, we can set the name with
 ./configure and it would apply both for the build of ghc and the final ghc
 binary.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5739>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to