Add a "Universal Driver" open project, and web page.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84366 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/OpenProjects.html b/www/OpenProjects.html
index d3d0555..46d9716 100644
--- a/www/OpenProjects.html
+++ b/www/OpenProjects.html
@@ -102,6 +102,13 @@
 char *</tt> or <tt>std::string</tt>) various clang interfaces. This generally
 simplifies the code and makes it more efficient.</li>
 
+<li><b>Universal Driver</b>: Clang is inherently a cross compiler. We would like
+to define a new model for cross compilation which provides a great user
+experience -- it should be easy to cross compile applications, install support
+for new architectures, access different compilers and tools, and be consistent
+across different platforms. See the <a href="UniversalDriver.html">Universal
+Driver</a> web page for more information.</li>
+
 </div>
 </body>
 </html>