-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Description
Bugzilla Link | 30 |
Resolution | FIXED |
Resolved on | Mar 06, 2010 14:06 |
Version | 1.0 |
OS | All |
Reporter | LLVM Bugzilla Contributor |
CC | @tlattner |
Extended Description
The syntax of llvm-ar's command line arguments is strange
to someone who is used to using plain old ar or GNU ar.
For instance, you don't get to specify which action it
will take; it always creates ('c') archives. See the ar(1)
man page for an example of what I am getting at.
It would be really nice if llvm-ar took either the same
kinds of command line options as other versions of ar,
or a subset thereof.
Sorry this is so vague; I don't have
time to explicitly specify all the things that real ar(1)
can do, and the documentation is widely available.
Metadata
Metadata
Assignees
Labels
No labels