1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

add optional debian instructions, PR6272

llvm-svn: 96488
This commit is contained in:
Chris Lattner 2010-02-17 18:33:13 +00:00
parent 313cec0425
commit 96be7e85dc

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>
<!-- *********************************************************************** -->