[llvm] r180229 - Exposing MCJIT through C API

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Apr 26 15:42:05 PDT 2013


> I got exactly the same error.  I don't think it is ppc specific. I
> think it will fail on a Debug+Asserts build with ocaml installed.
> Trying on x86 to be sure.

Yes, this reproduces on linux x86-64:

* Make sure you have /usr/bin/ocamlopt
* configure with just --enable-assertions
* ./Debug+Asserts/bin/llvm-lit -v .../test/Bindings/Ocaml/executionengine.ml

Cheers,
Rafael



More information about the llvm-commits mailing list