Correctly detect non-default LLD usage
authorMatt Corallo <git@bluematt.me>
Mon, 20 Dec 2021 06:13:55 +0000 (06:13 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 20 Dec 2021 06:26:37 +0000 (06:26 +0000)
Passing `-flto=ld*.lld-X` only appears to actually work on debian
testing. The correct argument for an alternative version of LLD is
`-flto=lld-X`.


No differences found