[all-commits] [llvm/llvm-project] 19a8a7: [HIP] Fix HIP test on windows due to lld suffix

Aaron Enye Shi via All-commits all-commits at lists.llvm.org
Tue Dec 1 17:34:05 PST 2020


  Branch: refs/heads/release/11.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 19a8a7445dd6f55e6bacc5284fbd3acedfc737e1
      https://github.com/llvm/llvm-project/commit/19a8a7445dd6f55e6bacc5284fbd3acedfc737e1
  Author: Aaron En Ye Shi <enye.shi at gmail.com>
  Date:   2020-12-01 (Tue, 01 Dec 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

(cherry picked from commit f89e9c8201ea5a5b63af854c92ed26bc7ab4b8db)


  Commit: 2cf5c80ab6d4635932e4e7ef84951819540bf1a8
      https://github.com/llvm/llvm-project/commit/2cf5c80ab6d4635932e4e7ef84951819540bf1a8
  Author: Aaron En Ye Shi <enye.shi at gmail.com>
  Date:   2020-12-01 (Tue, 01 Dec 2020)

  Changed paths:
    M clang/test/Driver/hip-toolchain-rdc-static-lib.hip

  Log Message:
  -----------
  [HIP] Fix static-lib test CHECK bug

Fix hip test failures that were introduced by
previous changes to hip-toolchain-rdc-static-lib.hip
test. The .*lld.* is matching a longer string than
expected.

Differential Revision: https://reviews.llvm.org/D92342

(cherry picked from commit cd5897d55908827faf3e16c505bd79732a8f6eb6)


Compare: https://github.com/llvm/llvm-project/compare/8b89bc0de0e1...2cf5c80ab6d4


More information about the All-commits mailing list