[llvm] r200758 - Add a note to documentation that Clang + libstdc++ 4.7.2 can not be used to build LLD.

Dmitri Gribenko gribozavr at gmail.com
Tue Feb 4 04:02:13 PST 2014


Author: gribozavr
Date: Tue Feb  4 06:02:13 2014
New Revision: 200758

URL: http://llvm.org/viewvc/llvm-project?rev=200758&view=rev
Log:
Add a note to documentation that Clang + libstdc++ 4.7.2 can not be used to build LLD.

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=200758&r1=200757&r2=200758&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Tue Feb  4 06:02:13 2014
@@ -391,6 +391,11 @@ recommend using the system GCC to compil
 **Clang 3.0 on Mageia 2**.  There's a packaging issue: Clang can not find at
 least some (``cxxabi.h``) libstdc++ headers.
 
+**Clang in C++11 mode and libstdc++ 4.7.2**.  This version of libstdc++
+contained `a bug <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53841>`__ which
+causes Clang to refuse to compile condition_variable header file.  At the time
+of writing, this breaks LLD build.
+
 .. _Getting Started with LLVM:
 
 Getting Started with LLVM





More information about the llvm-commits mailing list