cmake builds don't need this hack for MSVC anymore.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76329 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-07-18 20:10:04 +00:00
parent 171375f73a
commit f689fa185f

View File

@ -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>