add optional debian instructions, PR6272

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96488 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2010-02-17 18:33:13 +00:00
parent 94c3ddbcc6
commit 3bc3d3c5ac

View File

@ -1193,10 +1193,16 @@ $ ./hello.bc
</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>
<!-- *********************************************************************** -->