[all-commits] [llvm/llvm-project] 8971b9: [llvm-objdump/llvm-readobj/obj2yaml/yaml2obj] Supp...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Sep 29 16:57:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8971b99c8387f3daf2e802956f2688b3b77335a4
https://github.com/llvm/llvm-project/commit/8971b99c8387f3daf2e802956f2688b3b77335a4
Author: Fangrui Song <i at maskray.me>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
M llvm/include/llvm/BinaryFormat/DynamicTags.def
M llvm/include/llvm/BinaryFormat/ELF.h
M llvm/lib/Object/ELF.cpp
M llvm/lib/ObjectYAML/ELFYAML.cpp
M llvm/test/tools/llvm-objdump/ELF/dynamic-section-machine-specific.test
A llvm/test/tools/llvm-readobj/ELF/RISCV/stother.test
M llvm/test/tools/llvm-readobj/ELF/dynamic-tags-machine-specific.test
M llvm/test/tools/obj2yaml/ELF/dynamic-section-arch-tags.yaml
A llvm/test/tools/obj2yaml/ELF/riscv-sym-other.yaml
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
[llvm-objdump/llvm-readobj/obj2yaml/yaml2obj] Support STO_RISCV_VARIANT_CC and DT_RISCV_VARIANT_CC
STO_RISCV_VARIANT_CC marks that a symbol uses a non-standard calling
convention or the vector calling convention.
See https://github.com/riscv/riscv-elf-psabi-doc/pull/190
Differential Revision: https://reviews.llvm.org/D107949
More information about the All-commits
mailing list