[all-commits] [llvm/llvm-project] 6ba25c: [llvm] Remove uses of %T in tests (#151621)
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Fri Aug 1 08:25:18 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ba25c1a565014bc94eb79b11e391b01c197659e
https://github.com/llvm/llvm-project/commit/6ba25c1a565014bc94eb79b11e391b01c197659e
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
M llvm/test/DebugInfo/PDB/obj-globalhash.test
M llvm/test/Examples/OrcV2Examples/lljit-with-thinlto-summaries.test
M llvm/test/ExecutionEngine/JITLink/x86-64/MachO_foo-in-weak-dylib.s
M llvm/test/MC/AArch64/ELF_ARM64_large-relocations.s
M llvm/test/Object/archive-darwin-duplicates.test
M llvm/test/TableGen/GlobalISelEmitter/ContextlessPredicates.td
M llvm/test/TableGen/GlobalISelEmitter/GlobalISelEmitter.td
M llvm/test/TableGen/GlobalISelEmitter/HwModes.td
M llvm/test/tools/UpdateTestChecks/update_llc_test_checks/amdgpu-no-merge-comments.test
M llvm/test/tools/dsymutil/X86/swift-ast-x86_64.test
M llvm/test/tools/llvm-dwarfdump/dump_dwo.test
M llvm/test/tools/llvm-libtool-darwin/L-and-l.test
M llvm/test/tools/llvm-objcopy/COFF/dump-section.test
Log Message:
-----------
[llvm] Remove uses of %T in tests (#151621)
This patch removes all uses of %T from within LLVM tests. %T has been
deprecated for about seven years and use is not advised given it is not
unique per test and can thus lead to races. The goal of this is to
eventually remove support for %T from 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