[llvm-commits] [llvm] r86009 - /llvm/trunk/docs/GettingStarted.html

Chris Lattner clattner at apple.com
Wed Nov 4 10:10:15 PST 2009


On Nov 3, 2009, at 10:15 PM, Nick Lewycky wrote:

> 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"?

That was before Reid made LLVM BC files be gzip'ed internally, I  
vaguely remember that this was ~ LLVM 1.3.

-Chris

>
> 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>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list