<div dir="ltr">Looks good. Thanks!<div><br></div><div>-eric</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Jan 6, 2013 at 1:23 PM, Dmitri Gribenko <span dir="ltr"><<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: gribozavr<br>
Date: Sun Jan  6 15:23:27 2013<br>
New Revision: 171671<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=171671&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=171671&view=rev</a><br>
Log:<br>
Documentation: add clang 3.0 + libstdc++ 4.7.x as a known bad combination that<br>
is actually used by a few Linux distributions<br>
<br>
Modified:<br>
    llvm/trunk/docs/GettingStarted.rst<br>
<br>
Modified: llvm/trunk/docs/GettingStarted.rst<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=171671&r1=171670&r2=171671&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=171671&r1=171670&r2=171671&view=diff</a><br>

==============================================================================<br>
--- llvm/trunk/docs/GettingStarted.rst (original)<br>
+++ llvm/trunk/docs/GettingStarted.rst Sun Jan  6 15:23:27 2013<br>
@@ -384,6 +384,11 @@<br>
 symptom is an error about cyclic dependencies.  We recommend upgrading to a<br>
 newer version of Gold.<br>
<br>
+**Clang 3.0 with libstdc++ 4.7.x**: a few Linux distributions (Ubuntu 12.10,<br>
+Fedora 17) have both Clang 3.0 and libstdc++ 4.7 in their repositories.  Clang<br>
+3.0 does not implement a few builtins that are used in this library.  We<br>
+recommend using the system GCC to compile LLVM and Clang in this case.<br>
+<br>
 .. _Getting Started with LLVM:<br>
<br>
 Getting Started with LLVM<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br></div>