[PATCH] D69763: [Clang][Test]: Remaining "lld-link2" -> "lld-link"
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 5 17:16:23 PST 2020
rnk added a comment.
Oh, here's the linker it has found:
$ find ../clang/ -iname '*lld-link2'
../clang/test/Driver/Inputs/Windows/ARM/8.1/usr/bin/ld.lld-link2
So this is truly a test of the `ld.otherlinker` feature pattern, not some special case driver feature. I guess we should leave the test alone.
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