diff options
Diffstat (limited to 'docs/UsingLibraries.html')
-rw-r--r-- | docs/UsingLibraries.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index 74b03d9623..af57907ef6 100644 --- a/docs/UsingLibraries.html +++ b/docs/UsingLibraries.html @@ -81,15 +81,15 @@ <tr><td>LLVMAsmParser</td><td><tt>.a</tt></td> <td>LLVM assembly parsing</td></tr> <tr><td>LLVMBCReader</td><td><tt>.a</tt></td> - <td>LLVM bytecode reading</td></tr> + <td>LLVM bitcode reading</td></tr> <tr><td>LLVMBCWriter</td><td><tt>.a</tt></td> - <td>LLVM bytecode writing</td></tr> + <td>LLVM bitcode writing</td></tr> <tr><td>LLVMCore</td><td><tt>.a</tt></td> <td>LLVM core intermediate representation</td></tr> <tr><td>LLVMDebugger</td><td><tt>.a</tt></td> <td>Source level debugging support</td></tr> <tr><td>LLVMLinker</td><td><tt>.a</tt></td> - <td>Bytecode and archive linking interface</td></tr> + <td>Bitcode and archive linking interface</td></tr> <tr><td>LLVMSupport</td><td><tt>.a</tt></td> <td>General support utilities</td></tr> <tr><td>LLVMSystem</td><td><tt>.a</tt></td> @@ -141,9 +141,9 @@ <tr><th colspan="3">Runtime Libraries</th></tr> <tr><td>LLVMInterpreter</td><td><tt>.o</tt></td> - <td>Bytecode Interpreter</td></tr> + <td>Bitcode Interpreter</td></tr> <tr><td>LLVMJIT</td><td><tt>.o</tt></td> - <td>Bytecode JIT Compiler</td></tr> + <td>Bitcode JIT Compiler</td></tr> <tr><td>LLVMExecutionEngine</td><td><tt>.o</tt></td> <td>Virtual machine engine</td></tr> </table> |