Skip to content

Commit

Permalink
Documentation: add clang 3.0 + libstdc++ 4.7.x as a known bad combina…
Browse files Browse the repository at this point in the history
…tion that

is actually used by a few Linux distributions


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171671 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
gribozavr committed Jan 6, 2013
1 parent 4680abe commit be0ffd1
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 @@ -384,6 +384,11 @@ intermittent failures when building LLVM with position independent code. The
symptom is an error about cyclic dependencies. We recommend upgrading to a
newer version of Gold.

**Clang 3.0 with libstdc++ 4.7.x**: a few Linux distributions (Ubuntu 12.10,
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.

.. _Getting Started with LLVM:

Getting Started with LLVM
Expand Down

0 comments on commit be0ffd1

Please sign in to comment.