diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-11-04 06:15:28 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-11-04 06:15:28 +0000 |
commit | e6b5a52a42a31d2d6e90338c5c4329b78afd8828 (patch) | |
tree | 2aa4db287541db449ebae48d6fe7bcdf9f8bf6b6 /docs/GettingStarted.html | |
parent | 6bffa63dfea29a525bbd38ff46d03bcc40459dca (diff) | |
download | external_llvm-e6b5a52a42a31d2d6e90338c5c4329b78afd8828.zip external_llvm-e6b5a52a42a31d2d6e90338c5c4329b78afd8828.tar.gz external_llvm-e6b5a52a42a31d2d6e90338c5c4329b78afd8828.tar.bz2 |
The magic for our current brand of .bc files is BC. For older ones it was llvc.
When was it ever "llvm"?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86009 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 476ccf1..851bfb6 100644 --- 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> |