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

[LLD] [MinGW] Sync --thinlto-cache-dir option details with ELF (#77010)

Disallow using the form with a separate argument,
"--thinlto-cache-dir dir", allow only the one with equals,
"--thintlo-cache-dir=dir". This is the only form that actually was
tested when this was added in
f794808b, and matches the ELF side,
where only the form with an equals is supported (and this was also the
case at the time when this option was added to the MinGW linker).
parent f700d748
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