[llvm-commits] [llvm] r171671 - /llvm/trunk/docs/GettingStarted.rst

Eric Christopher echristo at gmail.com
Sun Jan 6 13:33:32 PST 2013


Looks good. Thanks!

-eric


On Sun, Jan 6, 2013 at 1:23 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:

> Author: gribozavr
> Date: Sun Jan  6 15:23:27 2013
> New Revision: 171671
>
> URL: http://llvm.org/viewvc/llvm-project?rev=171671&view=rev
> Log:
> Documentation: add clang 3.0 + libstdc++ 4.7.x as a known bad combination
> that
> is actually used by a few Linux distributions
>
> Modified:
>     llvm/trunk/docs/GettingStarted.rst
>
> Modified: llvm/trunk/docs/GettingStarted.rst
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=171671&r1=171670&r2=171671&view=diff
>
> ==============================================================================
> --- llvm/trunk/docs/GettingStarted.rst (original)
> +++ llvm/trunk/docs/GettingStarted.rst Sun Jan  6 15:23:27 2013
> @@ -384,6 +384,11 @@
>  symptom is an error about cyclic dependencies.  We recommend upgrading to
> a
>  newer version of Gold.
>
> +**Clang 3.0 with libstdc++ 4.7.x**: a few Linux distributions (Ubuntu
> 12.10,
> +Fedora 17) have both Clang 3.0 and libstdc++ 4.7 in their repositories.
>  Clang
> +3.0 does not implement a few builtins that are used in this library.  We
> +recommend using the system GCC to compile LLVM and Clang in this case.
> +
>  .. _Getting Started with LLVM:
>
>  Getting Started with LLVM
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130106/fa238a3d/attachment.html>


More information about the llvm-commits mailing list