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 @@
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.
- - - + + + + +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.
+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.
+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.