summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-18 20:10:04 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-18 20:10:04 +0000
commitf689fa185f8469f595222bff41b7e8f41bda2bef (patch)
tree6edcbd12f1a61e48e2e25d121f954bdddf6332cc /docs
parent171375f73a733edcd7a5f839491cc8da4fdeddfe (diff)
downloadllvm-f689fa185f8469f595222bff41b7e8f41bda2bef.tar.gz
llvm-f689fa185f8469f595222bff41b7e8f41bda2bef.tar.bz2
llvm-f689fa185f8469f595222bff41b7e8f41bda2bef.tar.xz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/CMake.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/CMake.html b/docs/CMake.html
index 2d4f4ef8c8..b9e4b76bd3 100644
--- a/docs/CMake.html
+++ b/docs/CMake.html
@@ -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>