Comments on: Locally installing LLVM with Ocaml bindings http://www.weaselhat.com/2009/09/24/llvm-ocaml-loca/ Tue, 19 Apr 2011 16:25:02 +0000 hourly 1 https://wordpress.org/?v=6.3.2 By: Seb http://www.weaselhat.com/2009/09/24/llvm-ocaml-loca/comment-page-1/#comment-739 Tue, 19 Apr 2011 16:25:02 +0000 http://www.weaselhat.com/?p=145#comment-739 Thanks a lot, your post was very very useful!

It seems that the current version of LLVM is simpler to compile.
I just did:

svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
./configure –prefix=$PREFIX –with-ocaml-libdir=`ocamlc -where`
make
make install

and your llvm_test.ml worked perfectly.

]]>
By: leo http://www.weaselhat.com/2009/09/24/llvm-ocaml-loca/comment-page-1/#comment-454 Wed, 30 Sep 2009 20:02:08 +0000 http://www.weaselhat.com/?p=145#comment-454 now how about instructions for VTune so we can make our new shiny languages fast :)

]]>
By: Anonymous Grad Student http://www.weaselhat.com/2009/09/24/llvm-ocaml-loca/comment-page-1/#comment-453 Thu, 24 Sep 2009 21:22:19 +0000 http://www.weaselhat.com/?p=145#comment-453 This is good to know. I’ve started using OCaml, since I realized that the runtime semantics of Haskell are unintelligible.

]]>