Skip to content

[llvm-ar] Command line arguments have funny syntax #402

@llvmbot

Description

@llvmbot
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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions