<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/bindings/ocaml/bitreader/Makefile, branch master</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/bindings/ocaml/bitreader/Makefile?h=master</id>
<link rel='self' href='https://git.amat.us/llvm/atom/bindings/ocaml/bitreader/Makefile?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-06-24T05:28:55Z</updated>
<entry>
<title>remove dead makefile flags.</title>
<updated>2009-06-24T05:28:55Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-06-24T05:28:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1d97ca85add3b5f3ff19370c7ab903e2ed4dbe7a'/>
<id>urn:sha1:1d97ca85add3b5f3ff19370c7ab903e2ed4dbe7a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74064 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove attributions from the rest of the llvm makefiles.</title>
<updated>2007-12-29T20:11:13Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-29T20:11:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=57360d1f1cede3b26744d0ce3ade814fcc0f332d'/>
<id>urn:sha1:57360d1f1cede3b26744d0ce3ade814fcc0f332d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45416 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Adding Ocaml bindings for the bitreader as requested by Sarah</title>
<updated>2007-12-11T00:20:48Z</updated>
<author>
<name>Gordon Henriksen</name>
<email>gordonhenriksen@mac.com</email>
</author>
<published>2007-12-11T00:20:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bbc6597f02d108f32b5bdc7711cc67386196017b'/>
<id>urn:sha1:bbc6597f02d108f32b5bdc7711cc67386196017b</id>
<content type='text'>
Thompson. Usage should be something like this:

open Llvm
open Llvm_bitreader

match read_bitcode_file fn with
  | Bitreader_failure msg -&gt;
      prerr_endline msg
  | Bitreader_success m -&gt; 
      ...;
      dispose_module m

Compile with: ocamlc llvm.cma llvm_bitreader.cma
              ocamlopt llvm.cmxa llvm_bitreader.cmxa


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44824 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
