[all-commits] [llvm/llvm-project] c6776b: [PS5][Driver] Fix bad negative check in ps5-linker...

Edd Dawson via All-commits all-commits at lists.llvm.org
Tue Jul 8 03:06:58 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c6776bbe192e16fe4fe7dc97db934750287df599
      https://github.com/llvm/llvm-project/commit/c6776bbe192e16fe4fe7dc97db934750287df599
  Author: Edd Dawson <edd.dawson at sony.com>
  Date:   2025-07-08 (Tue, 08 Jul 2025)

  Changed paths:
    M clang/test/Driver/ps5-linker.c

  Log Message:
  -----------
  [PS5][Driver] Fix bad negative check in ps5-linker.c test case (#147484)

A regex used in a negative check had an unintended match with the
pseudo-random part of the temporary directory created by a lit run on
the SIE buildbot, causing a spurious test failure:

https://lab.llvm.org/buildbot/#/builders/144/builds/29507

    // CHECK-NO-CRT-NOT: crt{{[^"]*}}.o"
                         ^
    <stdin>:7:224: note: found here
    [...] "/tmp/lit-tmp-vcrtn3vi/ps5-linker-ee5f76.o" "-r"
                         !~~~~~~~~~~~~~~~~~~~~~~~~~~~

The updated check avoids such accidental matches.



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