summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2014-02-04 12:02:13 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2014-02-04 12:02:13 +0000
commit07ce07daa0ffda251fd38e24d7d3a58f3aac71b7 (patch)
tree448c637e86a5b71e4b139f0016e919cede684a14 /docs
parent01c05505841940a899fbfd3e214b5d3214d80ef6 (diff)
downloadllvm-07ce07daa0ffda251fd38e24d7d3a58f3aac71b7.tar.gz
llvm-07ce07daa0ffda251fd38e24d7d3a58f3aac71b7.tar.bz2
llvm-07ce07daa0ffda251fd38e24d7d3a58f3aac71b7.tar.xz
Add a note to documentation that Clang + libstdc++ 4.7.2 can not be used to build LLD.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200758 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst
index 2a6b6379dc..c2c3073d5d 100644
--- a/docs/GettingStarted.rst
+++ b/docs/GettingStarted.rst
@@ -391,6 +391,11 @@ recommend using the system GCC to compile LLVM and Clang in this case.
**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