[all-commits] [llvm/llvm-project] 6b7a8e: [clang] Remove use of %T from crash-report-modules...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Fri Aug 1 07:31:42 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b7a8e9015fad3f73b37e517d9189cbf98feb5d1
      https://github.com/llvm/llvm-project/commit/6b7a8e9015fad3f73b37e517d9189cbf98feb5d1
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-08-01 (Fri, 01 Aug 2025)

  Changed paths:
    M clang/test/Driver/crash-report-modules.m

  Log Message:
  -----------
  [clang] Remove use of %T from crash-report-modules.m (#151615)

This patch removes the use of %T from crash-report-modules.m. %T has
been deprecated for about seven years, and is to be avoided as it can
lead to races between tests.

Posting this one as a separate patch given it was explicitly ported to
%T in 5c268f078ddbaa7cc1e9ea0ef658eb90563ff5db. Given
36bb47c70802629df98276ce90b0f8163f959e28 was landed seven years ago to
completely disable the test on Windows due to continued failures, I
think it should be fine to just leave this test unsupported on Windows.



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