[GHC] #7885: LLVM build broken
GHC
cvs-ghc at haskell.org
Mon May 6 02:04:53 CEST 2013
#7885: LLVM build broken
--------------------------------+-------------------------------------------
Reporter: gmainland | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler (LLVM)
Version: 7.7 | Keywords:
Os: Linux | Architecture: x86_64 (amd64)
Failure: Building GHC failed | Blockedby:
Blocking: | Related: #7694, #7874
--------------------------------+-------------------------------------------
Comment(by carter):
OK, so if you checkout GHC code with the hash {{{
be66c4ef548a06a3eecc8e1eee0957884ce6ec98 }}} from april 21st 1230pm by
Ian Lynagh, ghc builds via llvm. (yes, llvm 3.2 ). I'll run the test
suite on that version to make sure everything is kosher.
the make settings I did were as follows (which isn't in the standard
sample make file ). Settings done mostly to speed up the build process.
I'll check that current HEAD fails with those settings then proceed to
start incrementally doing the git bisection process over the next day or
so
{{{
BuildFlavor = quickest-llvm
# -------- A Fast build With
LLVM------------------------------------------------------
ifeq "$(BuildFlavour)" "quickest-llvm"
SRC_HC_OPTS = -H64m -O0 -fllvm
GhcStage1HcOpts = -O -fllvm
GhcStage2HcOpts = -O0 -fllvm
GhcLibHcOpts = -O0 -fllvm
SplitObjs = NO
HADDOCK_DOCS = NO
BUILD_DOCBOOK_HTML = NO
BUILD_DOCBOOK_PS = NO
BUILD_DOCBOOK_PDF = NO
endif
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7885#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list