mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 14:20:33 +00:00
Document removeModule().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31237 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7a498cbc60
commit
ca403272f4
@ -30,6 +30,7 @@
|
||||
<li><a href="#readllvmobjectfile">readLLVMObjectFile()</a></li>
|
||||
<li><a href="#optimizemodules">optimizeModules()</a></li>
|
||||
<li><a href="#gettargettriple">getTargetTriple()</a></li>
|
||||
<li><a href="#removemodule">removeModule()</a></li>
|
||||
<li><a href="#getalignment">getAlignment()</a></li>
|
||||
</ul></li>
|
||||
<li><a href="#debug">Debugging Information</a></li>
|
||||
@ -338,6 +339,17 @@ $ llvm-gcc4 a.o main.o -o main # <-- standard link command without any modifi
|
||||
while validating LLVM bytecode file.</p>
|
||||
</div>
|
||||
|
||||
<!-- ======================================================================= -->
|
||||
<div class="doc_subsection">
|
||||
<a name="removemodule">removeModule()</a>
|
||||
</div>
|
||||
|
||||
<div class="doc_text">
|
||||
<p>Internally, <a href="#lto">LLVMlto</a> maintains LLVM bytecode modules in
|
||||
memory. The linker may use <tt>removeModule()</tt> method to remove desired
|
||||
modules from memory. </p>
|
||||
</div>
|
||||
|
||||
<!-- ======================================================================= -->
|
||||
<div class="doc_subsection">
|
||||
<a name="getalignment">getAlignment()</a>
|
||||
|
Loading…
Reference in New Issue
Block a user