[all-commits] [llvm/llvm-project] 438bc1: [libObject] - Add more ELF types to LLVM_ELF_IMPOR...

Georgii Rymar via All-commits all-commits at lists.llvm.org
Fri Dec 25 00:44:21 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 438bc157a47a03d36d81977a3ee9974cd021a885
      https://github.com/llvm/llvm-project/commit/438bc157a47a03d36d81977a3ee9974cd021a885
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2020-12-25 (Fri, 25 Dec 2020)

  Changed paths:
    M llvm/include/llvm/Object/ELF.h
    M llvm/include/llvm/Object/ELFObjectFile.h
    M llvm/include/llvm/Object/ELFTypes.h
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
    M llvm/lib/ObjectYAML/ELFEmitter.cpp
    M llvm/tools/llvm-readobj/ELFDumper.cpp
    M llvm/tools/obj2yaml/elf2yaml.cpp

  Log Message:
  -----------
  [libObject] - Add more ELF types to LLVM_ELF_IMPORT_TYPES_ELFT define (ELFTypes.h).

This allows to get rid of lots for typedefs/usings from many places.

Differential revision: https://reviews.llvm.org/D93801




More information about the All-commits mailing list