mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Document getTargetTriple().
llvm-svn: 30133
This commit is contained in:
parent
2e6c5085f8
commit
9f95e0d3cf
@ -29,6 +29,7 @@
|
||||
<li><a href="#llvmsymbol">LLVMSymbol</a></li>
|
||||
<li><a href="#readllvmobjectfile">readLLVMObjectFile()</a></li>
|
||||
<li><a href="#optimizemodules">optimizeModules()</a></li>
|
||||
<li><a href="#gettargettriple">getTargetTriple()</a></li>
|
||||
</ul></li>
|
||||
<li><a href="#debug">Debugging Information</a></li>
|
||||
</ul>
|
||||
@ -326,6 +327,16 @@ $ llvm-gcc4 a.o main.o -o main # <-- standard link command without any modifi
|
||||
linker.</p>
|
||||
</div>
|
||||
|
||||
<!-- ======================================================================= -->
|
||||
<div class="doc_subsection">
|
||||
<a name="gettargettriple">getTargetTriple()</a>
|
||||
</div>
|
||||
|
||||
<div class="doc_text">
|
||||
<p>The linker may use <tt>getTargetTriple()</tt> to query target architecture
|
||||
while validating LLVM bytecode file.</p>
|
||||
</div>
|
||||
|
||||
<!-- *********************************************************************** -->
|
||||
<div class="doc_section">
|
||||
<a name="debug">Debugging Information</a>
|
||||
|
Loading…
Reference in New Issue
Block a user