[www] r192459 - Remove link to online demo since it's not available
Hans Wennborg
hans at hanshq.net
Fri Oct 11 09:05:23 PDT 2013
Author: hans
Date: Fri Oct 11 11:05:23 2013
New Revision: 192459
URL: http://llvm.org/viewvc/llvm-project?rev=192459&view=rev
Log:
Remove link to online demo since it's not available
Modified:
www/trunk/header.incl
www/trunk/index.html
Modified: www/trunk/header.incl
URL: http://llvm.org/viewvc/llvm-project/www/trunk/header.incl?rev=192459&r1=192458&r2=192459&view=diff
==============================================================================
--- www/trunk/header.incl (original)
+++ www/trunk/header.incl Fri Oct 11 11:05:23 2013
@@ -47,9 +47,6 @@
<a href="/apt/">APT Packages</a><br>
<a href="/builds/">Win Installer</a><br>
<br>
-<span style="font-size:smaller">Try the</span><br>
-<a href="/demo/"><b>online demo</b></a><br>
-<br>
<span style="font-size:smaller">View the open-source</span><br>
<a href="/releases/3.3/LICENSE.TXT"><b>license</b></a>
Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=192459&r1=192458&r2=192459&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Fri Oct 11 11:05:23 2013
@@ -197,18 +197,6 @@ LLVM Developer Policy</a>.
<br>
-<div class="www_sectiontitle">Try out LLVM in your browser</div>
-
-<div class="www_text">
- <p>If you'd like to experiment with LLVM, but don't want to download it and
- compile it, we've got just the thing for you. You can now compile C and C++
- <a href="/demo/">in your browser</a>, to see what the LLVM representation
- looks like, to see what various C/C++ constructs map to in LLVM, and try out
- some of the optimizers.</p>
-</div>
-
-<br>
-
<!-- End of the right column -->
</td>
</tr>
More information about the llvm-commits
mailing list