diff options
| author | Dmitri Gribenko <gribozavr@gmail.com> | 2014-02-04 12:02:13 +0000 |
|---|---|---|
| committer | Dmitri Gribenko <gribozavr@gmail.com> | 2014-02-04 12:02:13 +0000 |
| commit | 57150d3a22d375deb798835c9287d0e08f907396 (patch) | |
| tree | fa96c0fd96a1dc349b947f0e6f61687d7fe8f43f /llvm | |
| parent | 4672bacaef5174bb19e429b24b42e233d9b2a35e (diff) | |
| download | bcm5719-llvm-57150d3a22d375deb798835c9287d0e08f907396.tar.gz bcm5719-llvm-57150d3a22d375deb798835c9287d0e08f907396.zip | |
Add a note to documentation that Clang + libstdc++ 4.7.2 can not be used to build LLD.
llvm-svn: 200758
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/GettingStarted.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index 2a6b6379dce..c2c3073d5dc 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/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 |

