[llvm-commits] [llvm] r96488 - /llvm/trunk/docs/GettingStarted.html

Chris Lattner sabre at nondot.org
Wed Feb 17 10:33:13 PST 2010


Author: lattner
Date: Wed Feb 17 12:33:13 2010
New Revision: 96488

URL: http://llvm.org/viewvc/llvm-project?rev=96488&view=rev
Log:
add optional debian instructions, PR6272

Modified:
    llvm/trunk/docs/GettingStarted.html

Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=96488&r1=96487&r2=96488&view=diff

==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Wed Feb 17 12:33:13 2010
@@ -1193,10 +1193,16 @@
 </div>
 
 <p>
-This allows you to execute LLVM bitcode files directly.  Thanks to Jack
-Cummings for pointing this out!
+This allows you to execute LLVM bitcode files directly.  On Debian, you 
+can also use this command instead of the 'echo' command above:</p>
 </p>
 
+<div class="doc_code">
+<pre>
+$ sudo update-binfmts --install llvm /path/to/lli --magic 'BC'
+</pre>
+</div>
+
 </div>
 
 <!-- *********************************************************************** -->





More information about the llvm-commits mailing list