diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-10-17 21:50:11 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-10-17 21:50:11 +0000 |
commit | b114d2e5859d3e4b5de7e5031ccd87b8c5719a7c (patch) | |
tree | 854dd95a5c11e09dc78d15824e332a901ed68c10 /www/OpenProjects.html | |
parent | 089407be3fb616fb1246f2aee29b8a9c58ec7807 (diff) |
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
Diffstat (limited to 'www/OpenProjects.html')
-rw-r--r-- | www/OpenProjects.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/OpenProjects.html b/www/OpenProjects.html index d3d05551c0..46d9716c78 100644 --- a/www/OpenProjects.html +++ b/www/OpenProjects.html @@ -102,6 +102,13 @@ StringRef'izing (converting to use <tt>llvm::StringRef</tt> instead of <tt>const 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> |