Versions of GCC newer than 4.8 exist these days =)

llvm-svn: 196765
This commit is contained in:
Richard Smith 2013-12-09 08:55:59 +00:00
parent 6058634007
commit e0cabb7756
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ work with Clang in C++11 mode. Patches are also needed to make
<a href="libstdc++4.6-clang11.patch">libstdc++-4.6</a>
and <a href="libstdc++4.7-clang11.patch">libstdc++-4.7</a> work with Clang
releases prior to version 3.2 in C++11 mode. <tt>thread_local</tt> support
currently requires g++-4.8's C++ runtime library.</p>
currently requires the C++ runtime library from g++-4.8 or later.</p>
<table width="689" border="1" cellspacing="0">
<tr>