From f689fa185f8469f595222bff41b7e8f41bda2bef Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 18 Jul 2009 20:10:04 +0000 Subject: [PATCH] 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 --- docs/CMake.html | 20 -------------------- 1 file changed, 20 deletions(-) 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).

- -
-
-- 2.34.1