[all-commits] [llvm/llvm-project] a7516d: [BOLT] Remove Uses of %T From Lit Tests (#150716)
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sat Jul 26 10:13:34 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a7516dd38c60351876032a7d016b889dd4f8aa23
https://github.com/llvm/llvm-project/commit/a7516dd38c60351876032a7d016b889dd4f8aa23
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-07-26 (Sat, 26 Jul 2025)
Changed paths:
M bolt/test/X86/debug-fission-single-convert.s
M bolt/test/X86/debug-fission-single.s
M bolt/test/X86/inlined-function-mixed.test
Log Message:
-----------
[BOLT] Remove Uses of %T From Lit Tests (#150716)
This patch removes all uses of %T from lit tests within bolt/. %T has
been listed as deprecated for ~7 years and should not be used given it
is not unique per test which means tests that use the same filenames can
race.
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