diff options
author | Chris Lattner <sabre@nondot.org> | 2011-05-13 05:22:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-05-13 05:22:41 +0000 |
commit | 4b3d6bdf4a77e0c39f5b50960af0aad42e9e28b1 (patch) | |
tree | e060692a8faad73f19cb03b43465f4ff926f7e4f | |
parent | 30e4d3c5f99110c08f50b471c370ea2bbb2a960f (diff) |
this never happened.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131285 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/distclang_status.html | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/www/distclang_status.html b/www/distclang_status.html deleted file mode 100644 index 26ba31424f..0000000000 --- a/www/distclang_status.html +++ /dev/null @@ -1,30 +0,0 @@ -<!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> |