[haskell-llvm] Make sure you include the correct TargetSelect.h and that InitializeAllTargetMCs() is being invoked!
Henning Thielemann
lemming at henning-thielemann.de
Mon Apr 30 22:17:37 BST 2012
On Mon, 30 Apr 2012, Henning Thielemann wrote:
> Thus I moved in llvm-base.buildinfo.in the @llvm_cppflags@ from cpp-options
> field to a new cc-options field. Now I can compile llvm-base and I can
> successfully run the Align example.
>
> llvm-3.0-git$ examples/Align_dyn.exe
> (True,4,4,16,8,16,0x08059874)
I tried to compile my other LLVM stuff, and got a segmentation fault
promptly. Thus I tried to run all llvm examples. They all run, except the
DotProd example. The DotProd example also stops with a segmentation fault.
Is this also a known issue that is already solved in a patch?
More information about the Haskell-llvm
mailing list