diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index 490fd1a5170..8aa99699b7c 100644 --- a/docs/UsingLibraries.html +++ b/docs/UsingLibraries.html @@ -72,20 +72,24 @@
| Library | Forms | Description |
|---|---|---|
| Core Libraries | ||
| LLVMArchive | .a | +LLVM archive reading and writing |
| LLVMAsmParser | .o | -LLVM Assembly Parsing | LLVM assembly parsing |
| LLVMBCReader | .o | -LLVM Bytecode Reading | LLVM bytecode reading |
| LLVMBCWriter | .o | -LLVM Bytecode Writing | LLVM bytecode writing | +
| LLVMCore | .o | +LLVM core intermediate representation |
| LLVMDebugger | .o | -Source Level Debugging Support | Source level debugging support | +
| LLVMLinker | .a | +Bytecode and archive linking interface |
| LLVMSupport | .a .o | General support utilities |
| LLVMSystem | .a .o | -Operating system abstraction |
| LLVMCore | .o | -LLVM Core IR | Operating system abstraction layer |
| Analysis Libraries | ||
| LLVMAnalysis | .a .o | @@ -119,9 +123,11 @@|
| LLVMPowerPC | .o | PowerPC code generation backend |
| LLVMSelectionDAG | .o | -Aggressive instruction selector for Directed Acyclic Graphs. | Aggressive instruction selector for directed acyclic graphs. |
| LLVMSkeleton | .a .o | Skeleton for a code generation backend. |
| LLVMSparcV8 | .o | +Code generation for SparcV8. |
| LLVMSparcV9 | .o | Code generation for SparcV9. |
| LLVMSparcV9RegAlloc | .a .o | |