[HIP] Fix HIP test on windows due to lld suffix
authorAaron En Ye Shi <enye.shi@gmail.com>
Mon, 30 Nov 2020 20:53:17 +0000 (20:53 +0000)
committerAaron En Ye Shi <enye.shi@gmail.com>
Mon, 30 Nov 2020 21:05:26 +0000 (21:05 +0000)
commitf89e9c8201ea5a5b63af854c92ed26bc7ab4b8db
tree9966d9d6d787c8e1b1e54866122e56a9aabe02b8
parent164410324d8bf3b5a99e39f7dfe3c6d6972dab30
[HIP] Fix HIP test on windows due to lld suffix

On Windows, lld is instead named lld.exe, therefore
a few HIP tests are failing. Instead the wildcard should
be modified to .*lld.* to handle .exe. This fixes the
bug: https://bugs.llvm.org/show_bug.cgi?id=48289.

Differential Revision: https://reviews.llvm.org/D92342
clang/test/Driver/hip-toolchain-rdc-static-lib.hip
clang/test/Driver/hip-toolchain-rdc.hip