[all-commits] [llvm/llvm-project] f1848b: [clang] fix linker executable path in test

Ashay Rane via All-commits all-commits at lists.llvm.org
Wed Sep 14 09:35:56 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f1848b0a0ed70fc91eff50f6c47561ca24362a37
      https://github.com/llvm/llvm-project/commit/f1848b0a0ed70fc91eff50f6c47561ca24362a37
  Author: Ashay Rane <ashay at users.noreply.github.com>
  Date:   2022-09-14 (Wed, 14 Sep 2022)

  Changed paths:
    M clang/test/Driver/mingw-cfguard.c

  Log Message:
  -----------
  [clang] fix linker executable path in test

A previous patch (https://reviews.llvm.org/D132810) introduced a test
that fails on systems where the linker executable (`ld`) has a `.exe`
extension.  This patch updates the regex in the test so that lit can
look for both `ld` as well as `ld.exe`.

Reviewed By: stella.stamenova

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




More information about the All-commits mailing list