[lld] [llvm] [lld] Remove uses of %T from tests (PR #150740)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 28 14:59:19 PDT 2025


================
@@ -1,5 +1,6 @@
-# RUN: cp %p/Inputs/hello64.obj %T
-# RUN: cp %p/Inputs/std64.lib %T
+# RUN: mkdir -p %t.dir
----------------
boomanaiden154 wrote:

I believe we could just `mkdir -p %t`. Using a `%t.<suffix>` is the typical convention though from what I've seen and matches everything else in the test.

https://github.com/llvm/llvm-project/pull/150740


More information about the llvm-commits mailing list