[all-commits] [llvm/llvm-project] 5a5863: [clang] Remove %T from tests (#151614)

Aiden Grossman via All-commits all-commits at lists.llvm.org
Fri Aug 1 08:25:35 PDT 2025


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

  Changed paths:
    M clang/test/Analysis/undef-call.c
    M clang/test/CodeGen/thinlto_backend.ll
    M clang/test/CodeGenCXX/module-intializer-pmf.cpp
    M clang/test/CodeGenCXX/profile-remap.cpp
    M clang/test/Driver/HLSL/metal-converter.hlsl
    M clang/test/Driver/baremetal-sysroot.cpp
    M clang/test/Driver/baremetal.cpp
    M clang/test/Driver/check-time-trace-ParseDeclarationOrFunctionDefinition.cpp
    M clang/test/Driver/cl-showfilenames.c
    M clang/test/Driver/clang-offload-bundler.c
    M clang/test/Driver/clang-sycl-linker-test.cpp
    M clang/test/Driver/dxc_dxv_path.hlsl
    M clang/test/Driver/mingw-sysroot.cpp
    M clang/test/Modules/implicit-module-header-maps.cpp
    M clang/test/Preprocessor/lang-std.cpp

  Log Message:
  -----------
  [clang] Remove %T from tests (#151614)

This patch removes %T from clang lit tests. %T has been deprecated for
about seven years and is not reccomended as it is not unique to each
test, which can lead to races. This patch is intended to remove usage in
tree with the end goal of removing support for %T within lit.



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