mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-21 19:20:50 +00:00
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:
parent
171375f73a
commit
f689fa185f
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user