Author: rsmith
Date: Fri May  3 17:27:21 2019
New Revision: 359953

URL: http://llvm.org/viewvc/llvm-project?rev=359953&view=rev
Log:
[cxx_status] Don't list -fmodules / -fmodules-ts against C++ modules
support; those turn on different modules modes. The real C++ modules
support is behind -std=c++2a like the rest of C++20.

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=359953&r1=359952&r2=359953&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Fri May  3 17:27:21 2019
@@ -1055,7 +1055,7 @@ as the draft C++2a standard evolves.
     <tr>
       <td>Modules</td>
       <td><a href="http://wg21.link/p1103r3";>P1103R3</a></td>
-      <td class="partial" align="center">Partial (<tt>-fmodules</tt>, 
<tt>-fmodules-ts</tt>)</td>
+      <td class="partial" align="center">Partial</td>
     </tr>
     <tr>
       <td>Coroutines</td>


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to