[all-commits] [llvm/llvm-project] 839002: [lld] Remove usage of `%T` in `lld/test` (#126133)
Peter Rong via All-commits
all-commits at lists.llvm.org
Mon Feb 10 10:36:07 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 839002dd2dfc51398248d14052220058ff242143
https://github.com/llvm/llvm-project/commit/839002dd2dfc51398248d14052220058ff242143
Author: Peter Rong <peterrong96 at gmail.com>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M lld/test/COFF/delayimporttables.yaml
M lld/test/COFF/export-all.s
M lld/test/COFF/filename-casing.s
M lld/test/COFF/guardcf-align.s
M lld/test/COFF/implib-name.test
M lld/test/COFF/locally-imported-warn-multiple.s
M lld/test/COFF/lto-chkstk.ll
M lld/test/COFF/lto-comdat.ll
M lld/test/COFF/lto-lazy-reference.ll
M lld/test/COFF/lto-linker-opts.ll
M lld/test/COFF/lto.ll
M lld/test/COFF/map.test
M lld/test/COFF/out.test
M lld/test/COFF/precomp-link.test
M lld/test/COFF/savetemps-colon.ll
M lld/test/COFF/savetemps.ll
M lld/test/COFF/thinlto-archives.ll
M lld/test/COFF/thinlto-mangled.ll
M lld/test/COFF/thinlto-whole-archives.ll
M lld/test/COFF/thinlto.ll
M lld/test/MachO/objc-category-merging-erase-objc-name-test.s
M lld/test/wasm/shared-weak-undefined.s
Log Message:
-----------
[lld] Remove usage of `%T` in `lld/test` (#126133)
`%T` is not unique and deprecated
[[1](https://llvm.org/docs/CommandGuide/lit.html#substitutions)].
This patch replaces all `%T` in `lld/test` with `%t.dir` (`mkdir` if
necessary)
---------
Signed-off-by: Peter Rong <PeterRong at meta.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list