[PATCH] D69763: [Clang][Test]: Remaining "lld-link2" -> "lld-link"

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 5 10:19:56 PST 2019


rnk accepted this revision.
rnk added a comment.

In D69763#1733382 <https://reviews.llvm.org/D69763#1733382>, @Ericson2314 wrote:

> I am curious, how did this work since there is no longer an `lld-link2`? Were these tests failing or not being run?


These tests don't actually need to run the linker. They were constructing a command line to run "lld-link2", which didn't exist. Actually performing the link would've failed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69763/new/

https://reviews.llvm.org/D69763





More information about the cfe-commits mailing list