From: Reid Spencer Date: Mon, 3 Jan 2005 05:46:46 +0000 (+0000) Subject: Integrate dependency graphs. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=43ff900aae9032cf941313b8d322fbf00a4d4670;p=oota-llvm.git Integrate dependency graphs. Make it HTML 4.01 Strict compliant Provide better explanations of the dependency information. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19272 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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