- Jul 25, 2006
-
-
Reid Spencer authored
implies -flat and will produce a list of all the symbols for each library that another library depends on. Run the output through c++filt for better readability. Also, don't generate a temporary file for storing the dependent library names. Perl can handle it in a %hash. llvm-svn: 29273
-
- May 13, 2006
-
-
Reid Spencer authored
llvm-svn: 28277
-
- May 03, 2006
-
-
Reid Spencer authored
llvm-svn: 28085
-
- Apr 21, 2006
-
-
Reid Spencer authored
some versions of nm don't recognize it (its a gnu option). llvm-svn: 27928
-
Reid Spencer authored
any of the fancy graphs or other output. Just produce the flat, makefile style output on stdout. llvm-svn: 27921
-
- Mar 19, 2006
-
-
Reid Spencer authored
format with one library per line, similar to a makefile dependency list. llvm-svn: 26873
-
- Jan 05, 2005
-
-
Reid Spencer authored
2. Fix a bug where the lib directory specified also had to be cwd 3. Weight the output so archive->archive edges are shorter 4. Generate two different graphs: one for libraries, one for objects. 5. Adjust the properties of the graphs till it looks nice. llvm-svn: 19293
-
- Dec 31, 2004
-
-
Reid Spencer authored
* Make subordinate libraries presented with a vertical list instead of all listed on a single line. llvm-svn: 19196
-
Reid Spencer authored
library dependencies, for documentation purposes. llvm-svn: 19194
-