%T is a deprecated lit feature. It refers to the parent directory.
When two tests in test/Driver refer to the same %T/foo, they are racy with each other.
%t includes the test name and is safe for use.
Details
Details
- Reviewers
tra yaxunl - Commits
- rG9e1c1ecb148e: [HIP][test] Avoid %T
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for reporting the issue. I forgot to mention it. You are right that Driver/hip-link-bc-to-bc.hip needs fixing @lamb-j
Comment Actions
I filed #58711 to get the test fixed; in the meantime, removed clang-driver and added XFAIL: * in rG7af01fe4