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

NAKAMURA Takumi geek4civic at gmail.com
Sun Mar 27 23:27:06 PDT 2011


Author: chapuni
Date: Mon Mar 28 01:27:06 2011
New Revision: 128403

URL: http://llvm.org/viewvc/llvm-project?rev=128403&view=rev
Log:
docs/GettingStarted.html: Add blurb "--enable-shared" on cygming.

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=128403&r1=128402&r2=128403&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Mon Mar 28 01:27:06 2011
@@ -268,7 +268,8 @@
 <tr>
   <td>MinGW/Win32</td>
   <td>x86<sup><a href="#pf_1">1</a>,<a href="#pf_6">6</a>,
-     <a href="#pf_8">8</a>, <a href="#pf_10">10</a></sup></td>
+     <a href="#pf_8">8</a>, <a href="#pf_10">10</a>,
+     <a href="#pf_11">11</a></sup></td>
   <td>GCC 3.4.X, binutils 2.20</td>
 </tr>
 </table>
@@ -337,9 +338,8 @@
     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>
+<li><a name="pf_11">To use LLVM modules on Win32-based system,
+    you may configure LLVM with <i>"--enable-shared"</i>.</li>
 </ol>
 </div>
 





More information about the llvm-commits mailing list