[all-commits] [llvm/llvm-project] f89e9c: [HIP] Fix HIP test on windows due to lld suffix
Aaron Enye Shi via All-commits
all-commits at lists.llvm.org
Mon Nov 30 13:06:09 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f89e9c8201ea5a5b63af854c92ed26bc7ab4b8db
https://github.com/llvm/llvm-project/commit/f89e9c8201ea5a5b63af854c92ed26bc7ab4b8db
Author: Aaron En Ye Shi <enye.shi at gmail.com>
Date: 2020-11-30 (Mon, 30 Nov 2020)
Changed paths:
M clang/test/Driver/hip-toolchain-rdc-static-lib.hip
M clang/test/Driver/hip-toolchain-rdc.hip
Log Message:
-----------
[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
More information about the All-commits
mailing list