X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FUsingLibraries.html;h=af57907ef66a730bbc6977265999d2afb5a862fe;hb=8114b718c930b3468ffa4b36dc218a2f7ecf177b;hp=74b03d962300d818ca1aae414b0716f82d2c697b;hpb=006c6872fe170d8da9bf16222776c518e622066e;p=oota-llvm.git diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index 74b03d96230..af57907ef66 100644 --- a/docs/UsingLibraries.html +++ b/docs/UsingLibraries.html @@ -81,15 +81,15 @@ LLVMAsmParser.a LLVM assembly parsing LLVMBCReader.a - LLVM bytecode reading + LLVM bitcode reading LLVMBCWriter.a - LLVM bytecode writing + LLVM bitcode writing LLVMCore.a LLVM core intermediate representation LLVMDebugger.a Source level debugging support LLVMLinker.a - Bytecode and archive linking interface + Bitcode and archive linking interface LLVMSupport.a General support utilities LLVMSystem.a @@ -141,9 +141,9 @@ Runtime Libraries LLVMInterpreter.o - Bytecode Interpreter + Bitcode Interpreter LLVMJIT.o - Bytecode JIT Compiler + Bitcode JIT Compiler LLVMExecutionEngine.o Virtual machine engine