Jason S
Jason S

Reputation: 189686

Where is the command-line options documentation for LLVM's lld?

Where is the command-line options documentation for LLVM's lld?

I've looked at https://lld.llvm.org/index.html and can't seem to find anything.

Upvotes: 8

Views: 3781

Answers (1)

Jens
Jens

Reputation: 72657

LLD - The LLVM Linker has this:

LLD is a drop-in replacement for the GNU linkers. That accepts the same command line arguments and linker scripts as GNU.

We are currently working closely with the FreeBSD project to make LLD default system linker in future versions of the operating system, so we are serious about addressing compatibility issues.

Upvotes: 8

Related Questions