Documentation: add a note that Clang on Mageia 2 can not find libstdc++ headers

llvm-svn: 171729
This commit is contained in:
Dmitri Gribenko 2013-01-07 12:17:44 +00:00
parent 458a8277cc
commit 0655f6c3d9
1 changed files with 3 additions and 0 deletions

View File

@ -389,6 +389,9 @@ 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.
**Clang 3.0 on Mageia 2**. There's a packaging issue: Clang can not find at
least some (``cxxabi.h``) libstdc++ headers.
.. _Getting Started with LLVM:
Getting Started with LLVM