summaryrefslogtreecommitdiff
path: root/docs/GettingStarted.rst
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-01-07 12:17:44 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-01-07 12:17:44 +0000
commita1e7530bb4a7aa8626f36a77be77fccade1d0b34 (patch)
treee94ec4b3524a6ea98e733723d004ffc44221d4ed /docs/GettingStarted.rst
parente13a2a3fdeca6153314bb08c1b7161205d39d168 (diff)
downloadllvm-a1e7530bb4a7aa8626f36a77be77fccade1d0b34.tar.gz
llvm-a1e7530bb4a7aa8626f36a77be77fccade1d0b34.tar.bz2
llvm-a1e7530bb4a7aa8626f36a77be77fccade1d0b34.tar.xz
Documentation: add a note that Clang on Mageia 2 can not find libstdc++ headers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171729 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.rst')
-rw-r--r--docs/GettingStarted.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst
index 3cba2ca86e..5009d1c86c 100644
--- a/docs/GettingStarted.rst
+++ b/docs/GettingStarted.rst
@@ -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