mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-28 13:51:09 +00:00
Fix a comment.
llvm-svn: 29590
This commit is contained in:
parent
2ddcf46717
commit
99112f11ec
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user