Skip to content

Commit

Permalink
Add a note to documentation that Clang + libstdc++ 4.7.2 can not be u…
Browse files Browse the repository at this point in the history
…sed to build LLD.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200758 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
gribozavr committed Feb 4, 2014
1 parent 01c0550 commit 07ce07d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/GettingStarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07ce07d

Please sign in to comment.