diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-17 20:19:18 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-17 20:19:18 +0000 |
commit | a1c15bda23819f3a5c3349ca15551a7329293cd6 (patch) | |
tree | eee3a608b2c591f770cfbb9a78f693c6797fd90d /docs/CommandGuide | |
parent | 023c4469c319ad442ed5039268d7b4a270500ab4 (diff) | |
download | external_llvm-a1c15bda23819f3a5c3349ca15551a7329293cd6.zip external_llvm-a1c15bda23819f3a5c3349ca15551a7329293cd6.tar.gz external_llvm-a1c15bda23819f3a5c3349ca15551a7329293cd6.tar.bz2 |
Add a standards section.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17921 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/llvm-ar.pod | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvm-ar.pod b/docs/CommandGuide/llvm-ar.pod index ecfb80a..99fdcb9 100644 --- a/docs/CommandGuide/llvm-ar.pod +++ b/docs/CommandGuide/llvm-ar.pod @@ -269,6 +269,16 @@ what is being done. =back +=head1 STANDARDS + +The B<llvm-ar> utility is intended to provide a superset of the IEEE Std 1003.2 +(POSIX.2) functionality for C<ar>. B<llvm-ar> can read both SVR4 and BSD4.4 (or +Mac OS X) archives. If the C<f> modifier is given to the C<x> or C<r> operations +then B<llvm-ar> will write SVR4 compatible archives. Without this modifier, +B<llvm-ar> will write BSD4.4 compatible archives that have long names +immediately after the header and indicated using the "#1/ddd" notation for the +name in the header. + =head1 FILE FORMAT The file format for LLVM Archive files is similar to that of BSD 4.4 or Mac OSX |