[all-commits] [llvm/llvm-project] 9c645a: [ELF] Move getSectionAndRelocations to ELF.cpp fro...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Thu Mar 9 09:10:45 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c645a99e4e7451c0073dddea74d52dac7f7e837
      https://github.com/llvm/llvm-project/commit/9c645a99e4e7451c0073dddea74d52dac7f7e837
  Author: Aiden Grossman <agrossman154 at yahoo.com>
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
    M llvm/include/llvm/Object/ELF.h
    M llvm/lib/Object/ELF.cpp
    M llvm/test/tools/llvm-readobj/ELF/call-graph-profile.test
    M llvm/test/tools/llvm-readobj/ELF/stack-sizes.test
    M llvm/tools/llvm-readobj/ELFDumper.cpp
    M llvm/unittests/Object/ELFObjectFileTest.cpp

  Log Message:
  -----------
  [ELF] Move getSectionAndRelocations to ELF.cpp from ELFDumper.cpp

This refactoring will allow for this utility function to be used in
other places in the codebase outside of the llvm-readobj tool.

Reviewed By: jhenderson, rahmanl

Differential Revision: https://reviews.llvm.org/D144783




More information about the All-commits mailing list