mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29590 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a1ab92d8b7
commit
a7465cafeb
@ -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