[all-commits] [llvm/llvm-project] 9475ed: [OpenMP] Remove uses of %T from lit tests (#150723)
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Fri Jul 25 23:59:48 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9475ed84909463ad594602dd76583f4ff12efcd0
https://github.com/llvm/llvm-project/commit/9475ed84909463ad594602dd76583f4ff12efcd0
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
M openmp/runtime/test/ompt/loadtool/tool_available/tool_available.c
M openmp/runtime/test/ompt/loadtool/tool_available_search/tool_available_search.c
M openmp/runtime/test/ompt/loadtool/tool_not_available/tool_not_available.c
Log Message:
-----------
[OpenMP] Remove uses of %T from lit tests (#150723)
This patch removes all uses of %T from lit tests in OpenMP. %T has been
deprecated for years and is not reccomended given it does not create a
unique dir per test, allowing for race conditions. Remove uses of %T in
OpenMP so we can eventually remove support for it in llvm-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