Re: git repos for testing

2011-01-14 Thread Simon Marlow
On 14/01/2011 02:32, Kazu Yamamoto (山本和彦) wrote: Hello Simon, I've made git mirrors of the current GHC HEAD repos (all of them), so people can try out their workflows with git. Hopefully this should work: git clone http://darcs.haskell.org/ghc-git/ghc.git cd ghc perl sync-all get

Re: RFC: migrating to git

2011-01-14 Thread Simon Marlow
On 13/01/2011 19:11, Brian Bloniarz wrote: On 01/13/2011 12:49 AM, Simon Marlow wrote: I spent quite some time yesterday playing with submodules to see if they would work for GHC. I'm fairly sure there are no fundamental reasons that we couldn't use them, but there are enough gotchas to put me

Re: New codegen failing test-cases

2011-01-14 Thread Simon Marlow
On 13/01/2011 19:29, Edward Z. Yang wrote: *you feel a sudden sense of deja vu* Here is my current play on things: - I can probably get a devel2 build with the new codegen turned on for everything. This list of errors is from that build. However, this build was originally

ltrace on FFI calls

2011-01-14 Thread Henning Thielemann
I want to trace calls from a Haskell program to LLVM. I tried ltrace and latrace. latrace didn't trace anything useful and ltrace shows at least the call to one function (LLVMBuildRetVoid), but not the other ones. I'm quite confident that I linked to LLVM dynamically, since the executable is