diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index 8aa99699b7c..5c24300d1f7 100644 --- a/docs/UsingLibraries.html +++ b/docs/UsingLibraries.html @@ -158,14 +158,29 @@
Library Dependencies
-

The following list shows the dependency relationships between libraries. - This information can be automatically generated with the - GenLibDeps.pl utility in the llvm/utils directory.

+

Below are two dependency graphs and a list that show the relationships + between the various LLVM archive libraries and object files. This information + can be automatically generated with the GenLibDeps.pl utility found + in the llvm/utils directory.

- - - + + + + +

Dependency Relationships Of Libraries

+

This graph shows the dependency of archive libraries on other archive + libraries or objects. Where a library has both archive and object forms, only + the archive form is shown.

+ Library Dependencies +

Dependency Relationships Of Object Files

+

This graph shows the dependency of object files on archive libraries or + other objects. Where a library has both object and archive forms, only the + dependency to the archive form is shown.

+ Object File Dependencies +

The following list shows the dependency relationships between libraries in + textual form. The information is the same as shown on the graphs but arranged + alphabetically.

libLLVMAnalysis.a
  • libLLVMScalarOpts.a
  • @@ -216,8 +231,7 @@
  • libLLVMSystem.a
  • LLVMbzip2.o
-
libLLVMSystem.a
    -
+
libLLVMSystem.a
libLLVMTarget.a
  • libLLVMSupport.a
  • LLVMCore.o
  • @@ -404,8 +418,7 @@
  • libLLVMSystem.a
  • LLVMbzip2.o
-
LLVMSystem.o
    -
+
LLVMSystem.o
LLVMTarget.o
  • libLLVMSupport.a
  • LLVMCore.o
  • @@ -430,8 +443,7 @@
  • LLVMCodeGen.o
  • LLVMCore.o
-
LLVMbzip2.o
    -
+
LLVMbzip2.o
LLVMipa.o
  • libLLVMAnalysis.a
  • libLLVMSupport.a