Add Qt, CMake projects to the list of C++ projects we're working on compiling

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95662 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Douglas Gregor 2010-02-09 16:36:17 +00:00
Родитель e5712b1341
Коммит 95e636cd19
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -86,6 +86,18 @@ particular project. Introducing a new project in this list typically requires a
<td>Continually</td>
<td></td>
</tr>
<tr>
<td><a href="http://www.cmake.org">CMake</a></td>
<td>Compiles, passes regression tests (debug build)</td>
<td>February 9, 2010</td>
<td></td>
</tr>
<tr>
<td><a href="http://qt.nokie.com">Qt</a></td>
<td>Partially compiles; miscompilation of uic prevents complete compilation</td>
<td>February 9, 2010</td>
<td><a href="http://llvm.org/bugs/show_bug.cgi?id=5881">PR5881</a></td>
</tr>
<tr>
<td><a href="http://www.boost.org">Boost</a></td>
<td>Some libraries (e.g., Boost.MPL) successfully build and pass regression tests, the majority still fail.</td>