Add note about loadable modules on windows.
authorAnton Korobeynikov <asl@math.spbu.ru>
Wed, 9 Dec 2009 17:26:02 +0000 (17:26 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Wed, 9 Dec 2009 17:26:02 +0000 (17:26 +0000)
Patch by Gregory Petrosyan!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90972 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html

index 851bfb6b559767efb76a64c2cbccf9b4ddb13565..6dd32a8d7d5fa53163c6bbc82e5471dcf6e686d7 100644 (file)
@@ -252,7 +252,8 @@ software you will need.</p>
 </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 @@ up</a></li>
     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>