cmake builds don't need this hack for MSVC anymore.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 18 Jul 2009 20:10:04 +0000 (20:10 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 18 Jul 2009 20:10:04 +0000 (20:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76329 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CMake.html

index 2d4f4ef8c883ab0681c1dc0f10d2f2ec2ae0547b..b9e4b76bd3f760e71c7a35ff3fff78979f6c24bf 100644 (file)
 
 </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>