diff options
author | Aiden Grossman <aidengrossman@google.com> | 2025-07-25 23:58:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-25 23:58:56 -0700 |
commit | 296ba58b5dfdf0fe53cb0ec59f63abbb441af086 (patch) | |
tree | 5707539095cb29c8ae1e1a6bbaf709777433af0f /llvm/unittests/Support/ThreadPool.cpp | |
parent | dec978036ef1037753e7de5b78c978e71c49217b (diff) | |
download | llvm-296ba58b5dfdf0fe53cb0ec59f63abbb441af086.zip llvm-296ba58b5dfdf0fe53cb0ec59f63abbb441af086.tar.gz llvm-296ba58b5dfdf0fe53cb0ec59f63abbb441af086.tar.bz2 |
[lld] Remove uses of %T from tests (#150740)
%T has been deprecated for about seven years. It is to be avoided for
the most part given it does not create a unique directory per test. So,
remove it from lld tests with eventual intention of removing support
from llvm-lit.
Most of the cases in lld were not misusing the feature, using it to get
the directory that the test objects were in or as a path to pass for
-libpath. These cases all work perfectly well with a created directory
however and allow for the removal of %T to prevent incorrect usage.
Diffstat (limited to 'llvm/unittests/Support/ThreadPool.cpp')
0 files changed, 0 insertions, 0 deletions