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 | b8c923b1a621aa5857bf950cb5e17d5998b4c0b0 (patch) | |
tree | b9515ed3d54940477cd0aa895f8c0026ad520a04 /llvm/docs/GettingStarted.html | |
parent | 0fc4311f0ea4034b4bad1c82c652dc04bb763cda (diff) | |
download | llvm-b8c923b1a621aa5857bf950cb5e17d5998b4c0b0.zip llvm-b8c923b1a621aa5857bf950cb5e17d5998b4c0b0.tar.gz llvm-b8c923b1a621aa5857bf950cb5e17d5998b4c0b0.tar.bz2 |
The magic for our current brand of .bc files is BC. For older ones it was llvc.
When was it ever "llvm"?
llvm-svn: 86009
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r-- | llvm/docs/GettingStarted.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 476ccf1..851bfb6 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/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> |