@@ -84,30 +84,29 @@ m[abi]
84
84
85
85
86
86
87
- p[k]
87
+ p
88
88
89
- Print files to the standard output. The * k * modifier applies to this
90
- operation. This operation simply prints the *files * indicated to the
91
- standard output. If no * files * are specified, the entire archive is printed.
92
- Printing bitcode files is ill-advised as they might confuse your terminal
93
- settings. The * p * operation never modifies the archive.
89
+ Print files to the standard output. This operation simply prints the
90
+ * files * indicated to the standard output. If no *files * are
91
+ specified, the entire archive is printed. Printing bitcode files is
92
+ ill-advised as they might confuse your terminal settings. The * p *
93
+ operation never modifies the archive.
94
94
95
95
96
96
97
- q[Rf]
97
+ q
98
98
99
- Quickly append files to the end of the archive. The *R *, and *f *
100
- modifiers apply to this operation. This operation quickly adds the
99
+ Quickly append files to the end of the archive. This operation quickly adds the
101
100
*files * to the archive without checking for duplicates that should be
102
101
removed first. If no *files * are specified, the archive is not modified.
103
102
Because of the way that **llvm-ar ** constructs the archive file, its dubious
104
103
whether the *q * operation is any faster than the *r * operation.
105
104
106
105
107
106
108
- r[Rabfu ]
107
+ r[abu ]
109
108
110
- Replace or insert file members. The *R *, * a *, *b *, * f *, and *u *
109
+ Replace or insert file members. The *a *, *b *, and *u *
111
110
modifiers apply to this operation. This operation will replace existing
112
111
*files * or insert them at the end of the archive if they do not exist. If no
113
112
*files * are specified, the archive is not modified.
0 commit comments