projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f771bea
)
Terminate a list.
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 15 Nov 2004 19:45:29 +0000
(19:45 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Mon, 15 Nov 2004 19:45:29 +0000
(19:45 +0000)
Remove reference to llvm-ld
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17835
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/CommandGuide/llvm-ar.pod
patch
|
blob
|
history
diff --git
a/docs/CommandGuide/llvm-ar.pod
b/docs/CommandGuide/llvm-ar.pod
index 281473745e644b56ec5ef077bcd9b663ca47bab1..8511a3b6f507d2caa46ffed19baff6f4118520e4 100644
(file)
--- a/
docs/CommandGuide/llvm-ar.pod
+++ b/
docs/CommandGuide/llvm-ar.pod
@@
-377,6
+377,8
@@
by the I<length> field. Note that is allowed (but unwise) to use non-printing
characters (even 0x00) in the symbol. This allows for multiple encodings of
symbol names.
+=back
+
=head1 EXIT STATUS
If B<llvm-as> succeeds, it will exit with 0. A usage error, results
@@
-386,7
+388,7
@@
exit code of 3.
=head1 SEE ALSO
-L<llvm-
ld|llvm-ld>, L<llvm-
ranlib|llvm-ranlib>
+L<llvm-ranlib|llvm-ranlib>
=head1 AUTHORS