[cfe-commits] r53392 - /cfe/trunk/www/distclang_status.html

Chris Lattner sabre at nondot.org
Wed Jul 9 22:32:43 PDT 2008


Author: lattner
Date: Thu Jul 10 00:32:43 2008
New Revision: 53392

URL: http://llvm.org/viewvc/llvm-project?rev=53392&view=rev
Log:
Add a new distcc status page, which is currently empty and not
linked from anywhere. It will be linked when content is filled in.

Page by Csaba Hruska!

Added:
    cfe/trunk/www/distclang_status.html

Added: cfe/trunk/www/distclang_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/distclang_status.html?rev=53392&view=auto

==============================================================================
--- cfe/trunk/www/distclang_status.html (added)
+++ cfe/trunk/www/distclang_status.html Thu Jul 10 00:32:43 2008
@@ -0,0 +1,30 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+          "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+  <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+  <title>Clang - Distributed Compilation Support</title>
+  <link type="text/css" rel="stylesheet" href="menu.css" />
+  <link type="text/css" rel="stylesheet" href="content.css" />
+  <style type="text/css">
+</style>
+</head>
+<body>
+
+<!--#include virtual="menu.html.incl"-->
+
+<div id="content">
+
+<!--*************************************************************************-->
+<h1>Distributed Compilation Support in Clang</h1>
+<!--*************************************************************************-->
+
+<p>
+This page tracks the status of Distributed Compilation support in Clang.<br>
+Currently some basic features are working but the code is under heavy
+development. </p>
+
+
+</div>
+</body>
+</html>





More information about the cfe-commits mailing list