projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bffa63
)
The magic for our current brand of .bc files is BC. For older ones it was llvc.
author
Nick Lewycky
<nicholas@mxc.ca>
Wed, 4 Nov 2009 06:15:28 +0000
(06:15 +0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Wed, 4 Nov 2009 06:15:28 +0000
(06:15 +0000)
When was it ever "llvm"?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86009
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/GettingStarted.html
patch
|
blob
|
history
diff --git
a/docs/GettingStarted.html
b/docs/GettingStarted.html
index 476ccf1e2a72887a4b3556acae8ac2046b45fb16..851bfb6b559767efb76a64c2cbccf9b4ddb13565 100644
(file)
--- a/
docs/GettingStarted.html
+++ b/
docs/GettingStarted.html
@@
-1154,7
+1154,7
@@
first command may not be required if you are already using the module):</p>
<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>