[PATCH] D98862: [clang] Update unit-tests after linker selection fix for *-msvc targets

Amy Kwan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 18 14:44:51 PDT 2021


amyk added a comment.

Hi,

Thanks for fixing the tests. I've tested this patch on the environment of `clang-ppc64le-rhel` (https://lab.llvm.org/buildbot/#/builders/57), and there seems to be two failures that still remain:

  Failed Tests (2):
    Clang :: OpenMP/linking.c
    Clang :: Driver/msvc-link.c

`OpenMP/linking.c` fails on:

  Exit Code: 1
  
  Command Output (stderr):
  --
  /home/docker/amy/llvm-project/clang/test/OpenMP/linking.c:106:25: error: CHECK-MSVC-ILINK-64: expected string not found in input
  // CHECK-MSVC-ILINK-64: link.exe

`Driver/msvc-link.c` fails on:

  Exit Code: 1
  
  Command Output (stderr):
  --
  /home/docker/amy/llvm-project/clang/test/Driver/msvc-link.c:10:9: error: DLL: expected string not found in input
  // DLL: link.exe"


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98862



More information about the cfe-commits mailing list