From c8eb003596940a4166bd86631f8ed32580b55b2c Mon Sep 17 00:00:00 2001 From: Richard Smith <richard-llvm@metafoo.co.uk> Date: Mon, 9 Dec 2013 08:55:59 +0000 Subject: [PATCH] Versions of GCC newer than 4.8 exist these days =) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196765 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/cxx_status.html b/www/cxx_status.html index c4564d0612a..cc63f1585f4 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -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> -- GitLab