[llvm-commits] [llvm] r118072 - /llvm/trunk/docs/GettingStarted.html
Oscar Fuentes
ofv at wanadoo.es
Tue Nov 2 14:34:20 PDT 2010
Author: ofv
Date: Tue Nov 2 16:34:19 2010
New Revision: 118072
URL: http://llvm.org/viewvc/llvm-project?rev=118072&view=rev
Log:
Removed obsolete section about VC++ project files.
Modified:
llvm/trunk/docs/GettingStarted.html
Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=118072&r1=118071&r2=118072&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Tue Nov 2 16:34:19 2010
@@ -47,7 +47,6 @@
<li><a href="#test-suite"><tt>test-suite</tt></a></li>
<li><a href="#tools"><tt>llvm/tools</tt></a></li>
<li><a href="#utils"><tt>llvm/utils</tt></a></li>
- <li><a href="#win32"><tt>llvm/win32</tt></a></li>
</ol></li>
<li><a href="#tutorial">An Example Using the LLVM Tool Chain</a>
@@ -1518,15 +1517,6 @@
</div>
-<!-- ======================================================================= -->
-<div class="doc_subsection"><a name="win32"><tt>llvm/win32</tt></a></div>
-<div class="doc_text">
- <p>This directory contains build scripts and project files for use with
- Visual C++. This allows developers on Windows to build LLVM without the need
- for Cygwin. The contents of this directory should be considered experimental
- at this time.
- </p>
-</div>
<!-- *********************************************************************** -->
<div class="doc_section">
<a name="tutorial">An Example Using the LLVM Tool Chain</a>
More information about the llvm-commits
mailing list