diff options
author | Aiden Grossman <aidengrossman@google.com> | 2025-07-25 16:16:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-25 16:16:22 -0700 |
commit | 963259ef6be4871e5252ff3ac9df737af5d2b4cb (patch) | |
tree | 8eac0e0c4e925b2774dcbd14acafe7c537144115 /llvm/unittests/ExecutionEngine/Orc/ThreadSafeModuleTest.cpp | |
parent | 2eb112d78d7b3124cede244dde3b6764910a188e (diff) | |
download | llvm-963259ef6be4871e5252ff3ac9df737af5d2b4cb.zip llvm-963259ef6be4871e5252ff3ac9df737af5d2b4cb.tar.gz llvm-963259ef6be4871e5252ff3ac9df737af5d2b4cb.tar.bz2 |
[Offload] Remove uses of %T from lit tests (#150721)
This patch removes all the instances of %T from offload/ (only one test
contained this construction). %T has been deprecated for ~7 years and is
not reccomended as it does not use a unique directory per test. Switch
to using %t to ensure we use a unique dir per test and so that we can
eventually remove %T.
I did not actually test this. A couple feeble attempts at
building/running the offload tests just leaves me with a ton of test
failures. Given how small this is I'm reasonably sure it works though.
Diffstat (limited to 'llvm/unittests/ExecutionEngine/Orc/ThreadSafeModuleTest.cpp')
0 files changed, 0 insertions, 0 deletions