aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/GettingStarted.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-17 18:33:13 +0000
committerChris Lattner <sabre@nondot.org>2010-02-17 18:33:13 +0000
commitb5c117441997c42e85a7204c05bdc226a3ccaef1 (patch)
tree1ab47aedd3eab4b1395effc46fb31ba24ff62a39 /llvm/docs/GettingStarted.html
parent586ca163b43b0d5aea00ccb96cdcf1c1d30f17fd (diff)
downloadllvm-b5c117441997c42e85a7204c05bdc226a3ccaef1.zip
llvm-b5c117441997c42e85a7204c05bdc226a3ccaef1.tar.gz
llvm-b5c117441997c42e85a7204c05bdc226a3ccaef1.tar.bz2
add optional debian instructions, PR6272
llvm-svn: 96488
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r--llvm/docs/GettingStarted.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index 89253b6..ce1efd5 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/docs/GettingStarted.html
@@ -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>
<!-- *********************************************************************** -->