mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
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:
parent
94c3ddbcc6
commit
3bc3d3c5ac
@ -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>
|
||||
|
||||
<!-- *********************************************************************** -->
|
||||
|
Loading…
Reference in New Issue
Block a user