X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=utils%2Ffindsym.pl;h=92346572fe01670167297427bafdee003e38af4d;hb=8b10213fae53b7fbc8aead491594d87604825a36;hp=31dd8b2f1f91cf84d28499b118a0a2ea807b3d50;hpb=2fee235bf35fbcb0186835434310cb6bf1bfd0c8;p=oota-llvm.git diff --git a/utils/findsym.pl b/utils/findsym.pl index 31dd8b2f1f9..92346572fe0 100755 --- a/utils/findsym.pl +++ b/utils/findsym.pl @@ -5,14 +5,13 @@ # Synopsis: Generate a list of the libraries in which a symbol is defined or # referenced. # -# Syntax: GenLibDeps.pl +# Syntax: findsym.pl # # Give first option a name. my $Directory = $ARGV[0]; my $Symbol = $ARGV[1]; - # Open the directory and read its contents, sorting by name and differentiating # by whether its a library (.a) or an object file (.o) opendir DIR,$Directory;