Unverified Commit 3548b795 authored by Martin Storsjö's avatar Martin Storsjö Committed by GitHub
Browse files

[LLD] [MinGW] Handle the --dll option (#68575)

Treat this as an alias for the --shared option.

In practice in GNU ld, they aren't exact aliases but there are small
subtle differences in what happens and what doesn't, when they are set,
but those differences are probably not intended by users who might be
using the --dll option (which gets passed by -mdll in the compiler
driver), and the differences are within the area where small details
differ between LLD and GNU ld anyway.
parent 5e3f43e1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment