[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.

llvm-svn: 359953
This commit is contained in:
Richard Smith 2019-05-04 00:27:21 +00:00
parent de510a8eea
commit 3c7688bd57
1 changed files with 1 additions and 1 deletions

View File

@ -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>