From: Daniel Dunbar Date: Sat, 18 Jul 2009 20:10:04 +0000 (+0000) Subject: cmake builds don't need this hack for MSVC anymore. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f689fa185f8469f595222bff41b7e8f41bda2bef;p=oota-llvm.git 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 --- diff --git a/docs/CMake.html b/docs/CMake.html index 2d4f4ef8c88..b9e4b76bd3f 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -337,26 +337,6 @@ - -
- Microsoft Visual C++ -
- -
- -

For linking the JIT into your executable, add

- -
-

/INCLUDE:_X86TargetMachineModule

-
- -

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 (EngineBuilder::create, for - instance).

- -
-