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

Dmitri Gribenko gribozavr at gmail.com
Sun Jan 6 13:23:27 PST 2013


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





More information about the llvm-commits mailing list