[all-commits] [llvm/llvm-project] 552b1b: [llvm-readobj] Use a helper to extract the Other F...

Paul Kirth via All-commits all-commits at lists.llvm.org
Fri Mar 17 16:30:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 552b1b3c44d1dd669f7c6b10c1b4c6c39ee55174
      https://github.com/llvm/llvm-project/commit/552b1b3c44d1dd669f7c6b10c1b4c6c39ee55174
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2023-03-17 (Fri, 17 Mar 2023)

  Changed paths:
    M llvm/tools/llvm-readobj/ELFDumper.cpp

  Log Message:
  -----------
  [llvm-readobj] Use a helper to extract the Other Flags from symbols

Since all ELFDumper implementations will require the same logic when
dealing with Other Flags, we move the logic into a helper so that it can
be easily reused across implementations.

Reviewed By: jhenderson

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




More information about the All-commits mailing list