
On 01/19/13 11:37 PM, Karel Gardas wrote:
Hi,
I just build 7.6.1 release on my ubuntu 12.04.1 LTS which is hard-float ABI distro. I used distro provided LLVM 3.0 and configured GHC with:
./configure --with-llc=/usr/bin/llc-3.0 --with-opt=/usr/bin/opt-3.0
Also the testsuite results run by: make THREADS=2 WAY="normal threaded1 threaded2" are here: OVERALL SUMMARY for test run started at Sun Jan 20 10:33:22 CET 2013 3400 total tests, which gave rise to 8325 test cases, of which 3 caused framework failures 3835 were skipped 4209 expected passes 151 had missing libraries 40 expected failures 4 unexpected passes 83 unexpected failures Unexpected passes: profiling/should_compile 2410 (normal) profiling/should_compile prof001 (normal) profiling/should_compile prof002 (normal) th TH_spliceE5_prof (normal) Unexpected failures: ../../libraries/base/tests/IO 4855 [exit code non-0] (threaded1) ../../libraries/base/tests/IO openFile008 [bad exit code] (normal,threaded1,threaded2) ../../libraries/hpc/tests/function subdir/tough2 [bad stderr] (normal) ../../libraries/hpc/tests/function tough [bad stderr] (threaded1,threaded2) ../../libraries/hpc/tests/ghc_ghci hpc_ghc_ghci [bad exit code] (normal) ../../libraries/template-haskell/tests dataToExpQUnit [exit code non-0] (normal) annotations/should_compile ann01 [exit code non-0] (normal) annotations/should_run annrun01 [exit code non-0] (normal,threaded1,threaded2) codeGen/should_compile jmp_tbl [exit code non-0] (normal) codeGen/should_compile massive_array [exit code non-0] (normal) driver T706 [bad exit code] (normal) ghc-api/T4891 T4891 [bad exit code] (normal) ghc-api/apirecomp001 apirecomp001 [bad exit code] (normal) ghc-e/should_run 2228 [bad exit code] (normal) ghc-e/should_run 3890 [bad stderr] (normal) ghc-e/should_run ghc-e001 [bad exit code] (normal) ghc-e/should_run ghc-e002 [bad exit code] (normal) ghc-e/should_run ghc-e003 [bad exit code] (normal) ghc-e/should_run ghc-e004 [bad stderr] (normal) ghc-e/should_run ghc-e005 [bad stderr] (normal) ghci/linking ghcilink001 [bad exit code] (normal) ghci/linking ghcilink002 [bad exit code] (normal) ghci/linking ghcilink003 [bad exit code] (normal) ghci/linking ghcilink004 [bad exit code] (normal) ghci/linking ghcilink005 [bad exit code] (normal) ghci/linking ghcilink006 [bad exit code] (normal) ghci/prog004 ghciprog004 [bad exit code] (normal) ghci/scripts ghci024 [bad exit code] (normal) ghci/scripts ghci037 [bad exit code] (normal) ghci/should_run 3171 [bad stdout] (normal) perf/compiler T1969 [stat not good enough] (normal) perf/compiler T3064 [stat not good enough] (normal) perf/compiler T4801 [stat not good enough] (normal) perf/compiler T5321FD [stat not good enough] (normal) perf/compiler T5321Fun [stat not good enough] (normal) perf/compiler T5631 [stat not good enough] (normal) perf/compiler T5642 [stat not good enough] (normal) perf/compiler T5837 [stat not good enough] (normal) perf/compiler T783 [stat not good enough] (normal) perf/compiler parsing001 [stat not good enough] (normal) plugins plugins01 [bad exit code] (normal) plugins plugins05 [exit code non-0] (normal,threaded1,threaded2) plugins plugins06 [exit code non-0] (normal,threaded1) programs/barton-mangler-bug barton-mangler-bug [exit code non-0] (threaded2) programs/joao-circular joao-circular [exit code non-0] (normal,threaded1,threaded2) quasiquotation/T4491 T4491 [exit code non-0] (normal,threaded1,threaded2) quasiquotation/qq007 qq007 [exit code non-0] (normal) rts 3424 [exit code non-0] (normal,threaded1) rts T2615 [bad exit code] (normal,threaded1,threaded2) rts derefnull [bad exit code] (threaded2) safeHaskell/flags Flags02 [exit code non-0] (normal) th T2700 [exit code non-0] (normal) th T4135 [exit code non-0] (normal) th T4188 [exit code non-0] (normal) th T5037 [exit code non-0] (normal) th T5362 [exit code non-0] (normal) th TH_Depends [bad exit code] (normal) th TH_PromotedList [exit code non-0] (normal) th TH_RichKinds2 [exit code non-0] (normal) th TH_reifyDecl1 [exit code non-0] (normal) th TH_reifyDecl2 [exit code non-0] (normal) th TH_reifyInstances [exit code non-0] (normal) th TH_reifyMkName [exit code non-0] (normal) th TH_repGuard [exit code non-0] (normal) th TH_repPrim [exit code non-0] (normal) th TH_repPrim2 [exit code non-0] (normal) th TH_repUnboxedTuples [exit code non-0] (normal) th TH_unresolvedInfix [exit code non-0] (normal) So definitely something is working on ARM/Linux. Karel