[llvm-commits] [llvm] r86009 - /llvm/trunk/docs/GettingStarted.html
Nick Lewycky
nicholas at mxc.ca
Tue Nov 3 22:15:28 PST 2009
Author: nicholas
Date: Wed Nov 4 00:15:28 2009
New Revision: 86009
URL: http://llvm.org/viewvc/llvm-project?rev=86009&view=rev
Log:
The magic for our current brand of .bc files is BC. For older ones it was llvc.
When was it ever "llvm"?
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=86009&r1=86008&r2=86009&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Wed Nov 4 00:15:28 2009
@@ -1154,7 +1154,7 @@
<div class="doc_code">
<pre>
$ mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
-$ echo ':llvm:M::llvm::/path/to/lli:' > /proc/sys/fs/binfmt_misc/register
+$ echo ':llvm:M::BC::/path/to/lli:' > /proc/sys/fs/binfmt_misc/register
$ chmod u+x hello.bc (if needed)
$ ./hello.bc
</pre>
More information about the llvm-commits
mailing list