[PATCH] D69572: [ELF][test] Change referenceds of %T to %t.dir

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 10:36:07 PDT 2019


MaskRay created this revision.
MaskRay added reviewers: jhenderson, ruiu, rupprecht.
Herald added subscribers: llvm-commits, dexonsmith, steven_wu, hiraditya, arichardson, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

Test files in the same directory share the same %T.
%T is easy to misuse and cause race conditions so it has been deprecated
since D48842 <https://reviews.llvm.org/D48842> (see docs/CommandGuide/lit.rst).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69572

Files:
  lld/test/ELF/linkerscript/filename-spec.s
  lld/test/ELF/linkerscript/linker-script-in-search-path.s
  lld/test/ELF/linkerscript/linkerscript.s
  lld/test/ELF/lto/save-temps.ll
  lld/test/ELF/lto/thinlto-debug-fission.ll
  lld/test/ELF/no-soname.s
  lld/test/ELF/reproduce-backslash.s
  lld/test/ELF/version-script-in-search-path.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69572.226934.patch
Type: text/x-patch
Size: 8796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191029/6a6316f6/attachment.bin>


More information about the llvm-commits mailing list