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 | 935304e12ec900d531901c8b16f6b08361c2a82e (patch) | |
tree | 8ec2639cecd0678d835eb9424fadf2adf5d0c82f /clang | |
parent | 98b9029d88cd529eec2ccf8d9288e5e837629d69 (diff) | |
download | bcm5719-llvm-935304e12ec900d531901c8b16f6b08361c2a82e.tar.gz bcm5719-llvm-935304e12ec900d531901c8b16f6b08361c2a82e.zip |
this never happened.
llvm-svn: 131285
Diffstat (limited to 'clang')
-rw-r--r-- | clang/www/distclang_status.html | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/clang/www/distclang_status.html b/clang/www/distclang_status.html deleted file mode 100644 index 26ba31424f8..00000000000 --- a/clang/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> |