summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-07-29 21:35:48 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-07-29 21:35:48 +0000
commit1fde907244792571c1ad2a0ec631af9fcf803f5b (patch)
treef57789b739ad3a9af0afe160ffdec5982ad2145e /docs
parent3ed45fe2be4356351942a2cfe9bd92e996d4fcad (diff)
downloadllvm-1fde907244792571c1ad2a0ec631af9fcf803f5b.tar.gz
llvm-1fde907244792571c1ad2a0ec631af9fcf803f5b.tar.bz2
llvm-1fde907244792571c1ad2a0ec631af9fcf803f5b.tar.xz
Delete documentation for deleted options.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187380 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/llvm-ar.rst41
1 files changed, 0 insertions, 41 deletions
diff --git a/docs/CommandGuide/llvm-ar.rst b/docs/CommandGuide/llvm-ar.rst
index 815399aca5..3c46e2cfb3 100644
--- a/docs/CommandGuide/llvm-ar.rst
+++ b/docs/CommandGuide/llvm-ar.rst
@@ -161,37 +161,12 @@ section (above) to determine which modifiers are applicable to which operations.
-[f]
-
- Normally, **llvm-ar** stores the full path name to a file as presented to it on
- the command line. With this option, truncated (15 characters max) names are
- used. This ensures name compatibility with older versions of ``ar`` but may also
- thwart correct extraction of the files (duplicates may overwrite). If used with
- the *R* option, the directory recursion will be performed but the file names
- will all be flattened to simple file names.
-
-
-
[i]
A synonym for the *b* option.
-[k]
-
- Normally, **llvm-ar** will not print the contents of bitcode files when the
- *p* operation is used. This modifier defeats the default and allows the
- bitcode members to be printed.
-
-
-
-[N]
-
- This option is ignored by **llvm-ar** but provided for compatibility.
-
-
-
[o]
When extracting files, this option will cause **llvm-ar** to preserve the
@@ -199,22 +174,6 @@ section (above) to determine which modifiers are applicable to which operations.
-[P]
-
- use full path names when matching
-
-
-
-[R]
-
- This modifier instructions the *r* option to recursively process directories.
- Without *R*, directories are ignored and only those *files* that refer to
- files will be added to the archive. When *R* is used, any directories specified
- with *files* will be scanned (recursively) to find files to be added to the
- archive. Any file whose name begins with a dot will not be added.
-
-
-
[u]
When replacing existing files in the archive, only replace those files that have