[all-commits] [llvm/llvm-project] a98540: [test] Change -t to --syms and -s to -S for llvm-r...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Jun 29 11:50:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a9854045f6b657ea1658d3518ac88b5eb45e2eeb
https://github.com/llvm/llvm-project/commit/a9854045f6b657ea1658d3518ac88b5eb45e2eeb
Author: Fangrui Song <i at maskray.me>
Date: 2021-06-29 (Tue, 29 Jun 2021)
Changed paths:
M llvm/test/CodeGen/AMDGPU/amdpal-elf.ll
M llvm/test/CodeGen/AMDGPU/hsa.ll
M llvm/test/CodeGen/AMDGPU/lds-relocs.ll
M llvm/test/CodeGen/PowerPC/aix-tls-xcoff-reloc-large.ll
M llvm/test/CodeGen/PowerPC/aix-tls-xcoff-reloc.ll
M llvm/test/CodeGen/PowerPC/aix-xcoff-lower-comm.ll
M llvm/test/CodeGen/PowerPC/aix-xcoff-reloc-symb.mir
M llvm/test/CodeGen/PowerPC/aix-xcoff-reloc.ll
M llvm/test/MC/AMDGPU/elf-lds.s
M llvm/test/MC/AMDGPU/hsa-gfx10.s
M llvm/test/MC/ELF/section-relro.ll
Log Message:
-----------
[test] Change -t to --syms and -s to -S for llvm-readobj RUN lines
-s and -t will be changed to improve consistency with llvm-readelf.
The inconsistency issue regularly contributes to confusion using the two tools.
More information about the All-commits
mailing list