Displaying 2 results from an estimated 2 matches for "6d0089be".
2007 Oct 19
0
[LLVMdev] OCaml Install Error
...et i32 0
> }
> $ llc -o helloworld.s helloworld.bc
> $ gcc -o helloworld helloworld.s
> $ ./helloworld
> Hello, world!
>
> — Gordon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071019/6d0089be/attachment.html>
2007 Oct 02
2
[LLVMdev] OCaml Install Error
On 2007-10-02, at 10:46, Jan Rehders wrote:
> where can I read more about this? I assume (hope) the lib provides
> some kind of OCaml bindings? I could not find any trace of it in
> the 2.1 release source so I guess it's currently SVN only?
Jan,
Here's a trivial example.
$ cat metahelloworld.ml
(* metahelloworld.ml *)
open Llvm
open Llvm_bitwriter
let _ =
let filename