[all-commits] [llvm/llvm-project] 0ffe27: [ELF, test] Remove unneeded -o /dev/null
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Feb 19 09:15:55 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ffe270d0e1dadc3e16f8fa79882fc3b31d28559
https://github.com/llvm/llvm-project/commit/0ffe270d0e1dadc3e16f8fa79882fc3b31d28559
Author: Fangrui Song <i at maskray.me>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M lld/test/ELF/aarch64-feature-gcs.s
M lld/test/ELF/allow-shlib-undefined-weak.s
M lld/test/ELF/allow-shlib-undefined.s
M lld/test/ELF/arm-cmse-diagnostics.s
M lld/test/ELF/avr-reloc-error.s
M lld/test/ELF/common-archive-lookup.s
M lld/test/ELF/duplicated-synthetic-sym.s
M lld/test/ELF/linkerscript/discard-section.s
M lld/test/ELF/linkerscript/input-relative.s
M lld/test/ELF/linkerscript/locationcountererr-arm-exidx.test
M lld/test/ELF/lto/archive-mixed.test
M lld/test/ELF/lto/obj-path.ll
M lld/test/ELF/lto/parallel.ll
M lld/test/ELF/non-abs-reloc.s
M lld/test/ELF/print-archive-stats.s
M lld/test/ELF/remap-inputs.test
M lld/test/ELF/reproduce-deplibs.s
M lld/test/ELF/reproduce-lto.s
M lld/test/ELF/riscv-attributes.s
M lld/test/ELF/unknown-section.test
M lld/test/ELF/why-extract.s
Log Message:
-----------
[ELF,test] Remove unneeded -o /dev/null
When the script has executed `cd %t`, it is fine to to use the output
file `a.out`.
(We don't want to rely on lit's default PWD to support lit compatible
runners. Therefore -o /dev/null is used when PWD has not been changed
to a %t derived path.)
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