[all-commits] [llvm/llvm-project] c747b2: [RISCV] Add missing e_flag EF_RISCV_TSO
luxufan via All-commits
all-commits at lists.llvm.org
Fri Jan 7 07:05:58 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c747b2c0b09e8a97521bffc8bbfe17a4670dd534
https://github.com/llvm/llvm-project/commit/c747b2c0b09e8a97521bffc8bbfe17a4670dd534
Author: luxufan <932494295 at qq.com>
Date: 2022-01-07 (Fri, 07 Jan 2022)
Changed paths:
M llvm/include/llvm/BinaryFormat/ELF.h
M llvm/lib/ObjectYAML/ELFYAML.cpp
M llvm/test/Object/RISCV/elf-flags.yaml
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
[RISCV] Add missing e_flag EF_RISCV_TSO
This flag was defined here https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc
Reviewed By: asb, MaskRay, jhenderson
Differential Revision: https://reviews.llvm.org/D111939
More information about the All-commits
mailing list