[llvm-commits] [llvm] r76329 - /llvm/trunk/docs/CMake.html

Daniel Dunbar daniel at zuster.org
Sat Jul 18 13:10:18 PDT 2009


Author: ddunbar
Date: Sat Jul 18 15:10:04 2009
New Revision: 76329

URL: http://llvm.org/viewvc/llvm-project?rev=76329&view=rev
Log:
cmake builds don't need this hack for MSVC anymore.

Modified:
    llvm/trunk/docs/CMake.html

Modified: llvm/trunk/docs/CMake.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.html?rev=76329&r1=76328&r2=76329&view=diff

==============================================================================
--- llvm/trunk/docs/CMake.html (original)
+++ llvm/trunk/docs/CMake.html Sat Jul 18 15:10:04 2009
@@ -337,26 +337,6 @@
 
 </div>
 
-<!-- ======================================================================= -->
-<div class="doc_subsection">
-  <a name="msvc">Microsoft Visual C++</a>
-</div>
-
-<div class="doc_text">
-
-  <p>For linking the JIT into your executable, add</p>
-
-  <div class="doc_code">
-    <p><tt>/INCLUDE:_X86TargetMachineModule</tt></p>
-  </div>
-
-  <p>to your linker options. This is required for adding the relevant
-    LLVM object code to the executable. Not doing this will result on
-    some methods returning NULL (<i>EngineBuilder::create</i>, for
-    instance).</p>
-
-</div>
-
 <!-- *********************************************************************** -->
 
 <hr>





More information about the llvm-commits mailing list