summaryrefslogtreecommitdiffstats
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
commitd47672034130a65cb8b0714c771ca78b1a5bb854 (patch)
tree2f8ea406117d34d7c2921a60cb6667eb2aaef6ba
parentf1dc291655b08a09fbf87e48f9ff2e1303f581f6 (diff)
downloadbcm5719-llvm-d47672034130a65cb8b0714c771ca78b1a5bb854.tar.gz
bcm5719-llvm-d47672034130a65cb8b0714c771ca78b1a5bb854.zip
cmake builds don't need this hack for MSVC anymore.
llvm-svn: 76329
-rw-r--r--llvm/docs/CMake.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/llvm/docs/CMake.html b/llvm/docs/CMake.html
index 2d4f4ef8c88..b9e4b76bd3f 100644
--- a/llvm/docs/CMake.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud