<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Locally installing LLVM with Ocaml bindings</title>
	<atom:link href="http://www.weaselhat.com/2009/09/24/llvm-ocaml-loca/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weaselhat.com/2009/09/24/llvm-ocaml-loca/</link>
	<description></description>
	<lastBuildDate>Tue, 25 Oct 2011 15:23:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Seb</title>
		<link>http://www.weaselhat.com/2009/09/24/llvm-ocaml-loca/comment-page-1/#comment-739</link>
		<dc:creator>Seb</dc:creator>
		<pubDate>Tue, 19 Apr 2011 16:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.weaselhat.com/?p=145#comment-739</guid>
		<description>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.</description>
		<content:encoded><![CDATA[<p>Thanks a lot, your post was very very useful!</p>
<p>It seems that the current version of LLVM is simpler to compile.<br />
I just did:</p>
<p>  svn co <a href="http://llvm.org/svn/llvm-project/llvm/trunk" rel="nofollow">http://llvm.org/svn/llvm-project/llvm/trunk</a> llvm<br />
  ./configure &#8211;prefix=$PREFIX  &#8211;with-ocaml-libdir=`ocamlc -where`<br />
  make<br />
  make install</p>
<p>and your llvm_test.ml worked perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo</title>
		<link>http://www.weaselhat.com/2009/09/24/llvm-ocaml-loca/comment-page-1/#comment-454</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Wed, 30 Sep 2009 20:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.weaselhat.com/?p=145#comment-454</guid>
		<description>now how about instructions for VTune so we can make our new shiny languages fast :)</description>
		<content:encoded><![CDATA[<p>now how about instructions for VTune so we can make our new shiny languages fast :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous Grad Student</title>
		<link>http://www.weaselhat.com/2009/09/24/llvm-ocaml-loca/comment-page-1/#comment-453</link>
		<dc:creator>Anonymous Grad Student</dc:creator>
		<pubDate>Thu, 24 Sep 2009 21:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.weaselhat.com/?p=145#comment-453</guid>
		<description>This is good to know.  I&#039;ve started using OCaml, since I realized that the runtime semantics of Haskell are unintelligible.</description>
		<content:encoded><![CDATA[<p>This is good to know.  I&#8217;ve started using OCaml, since I realized that the runtime semantics of Haskell are unintelligible.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

