[llvm-commits] CVS: llvm/utils/findsym.pl
Reid Spencer
reid at x10sys.com
Wed Aug 9 12:40:28 PDT 2006
Changes in directory llvm/utils:
findsym.pl updated: 1.1 -> 1.2
---
Log message:
Fix a comment.
---
Diffs of the changes: (+1 -2)
findsym.pl | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/utils/findsym.pl
diff -u llvm/utils/findsym.pl:1.1 llvm/utils/findsym.pl:1.2
--- llvm/utils/findsym.pl:1.1 Thu Mar 23 17:04:50 2006
+++ llvm/utils/findsym.pl Wed Aug 9 14:40:13 2006
@@ -5,14 +5,13 @@
# Synopsis: Generate a list of the libraries in which a symbol is defined or
# referenced.
#
-# Syntax: GenLibDeps.pl <directory_with_libraries_in_it> <symbol>
+# Syntax: findsym.pl <directory_with_libraries_in_it> <symbol>
#
# 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;
More information about the llvm-commits
mailing list