[llvm-commits] [llvm] r171729 - /llvm/trunk/docs/GettingStarted.rst

Dmitri Gribenko gribozavr at gmail.com
Mon Jan 7 04:17:44 PST 2013


Author: gribozavr
Date: Mon Jan  7 06:17:44 2013
New Revision: 171729

URL: http://llvm.org/viewvc/llvm-project?rev=171729&view=rev
Log:
Documentation: add a note that Clang on Mageia 2 can not find libstdc++ headers

Modified:
    llvm/trunk/docs/GettingStarted.rst

Modified: llvm/trunk/docs/GettingStarted.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=171729&r1=171728&r2=171729&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Mon Jan  7 06:17:44 2013
@@ -389,6 +389,9 @@
 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





More information about the llvm-commits mailing list