[llvm-commits] [llvm] r90972 - /llvm/trunk/docs/GettingStarted.html

Anton Korobeynikov asl at math.spbu.ru
Wed Dec 9 09:26:02 PST 2009


Author: asl
Date: Wed Dec  9 11:26:02 2009
New Revision: 90972

URL: http://llvm.org/viewvc/llvm-project?rev=90972&view=rev
Log:
Add note about loadable modules on windows.
Patch by Gregory Petrosyan!

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=90972&r1=90971&r2=90972&view=diff

==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Wed Dec  9 11:26:02 2009
@@ -252,7 +252,8 @@
 </tr>
 <tr>
   <td>Cygwin/Win32</td>
-  <td>x86<sup><a href="#pf_1">1</a>,<a href="#pf_8">8</a></sup></td>
+  <td>x86<sup><a href="#pf_1">1</a>,<a href="#pf_8">8</a>,
+     <a href="#pf_11">11</a></sup></td>
   <td>GCC 3.4.X, binutils 2.15</td>
 </tr>
 <tr>
@@ -331,6 +332,9 @@
     before any Windows-based versions such as Strawberry Perl and
     ActivePerl, as these have Windows-specifics that will cause the
     build to fail.</a></li>
+<li><a name="pf_11">In general, LLVM modules requiring dynamic linking can
+    not be built on Windows. However, you can build LLVM tools using
+    <i>"make tools-only"</i>.</li>
 </ol>
 </div>
 





More information about the llvm-commits mailing list