[all-commits] [llvm/llvm-project] 02af47: [Clang][test] Fix leading slash (#200549)

Michael Kruse via All-commits all-commits at lists.llvm.org
Sat May 30 01:18:40 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 02af47b6053dff5d9b81a04b4a55e747a31c5ff0
      https://github.com/llvm/llvm-project/commit/02af47b6053dff5d9b81a04b4a55e747a31c5ff0
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2026-05-30 (Sat, 30 May 2026)

  Changed paths:
    M clang/test/Driver/freebsd.c

  Log Message:
  -----------
  [Clang][test] Fix leading slash (#200549)

A reviewer in #200012 required checking for a leading (back-)slash to
the test despite none of the other tests doing so. Turns out, the slash
isn't there if the driver is unable to resolve the full path to the
linker. Remove the leading slash from the test.

Fixes reported buildbot failures:
 * clang-solaris11-sparcv9
 * clang-solaris11-amd64



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list