This is llvm-ar, not llvm-as.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17837 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-11-15 19:50:15 +00:00
parent f0f21fed9e
commit e2ca54f448

View File

@ -381,7 +381,7 @@ symbol names.
=head1 EXIT STATUS
If B<llvm-as> succeeds, it will exit with 0. A usage error, results
If B<llvm-ar> succeeds, it will exit with 0. A usage error, results
in an exit code of 1. A hard (file system typically) error results in an
exit code of 2. Miscellaneous or unknown errors result in an
exit code of 3.