[all-commits] [llvm/llvm-project] 62c74d: [NFC] move GNUELFDumper::printEnum() into a common...

Esme via All-commits all-commits at lists.llvm.org
Thu Dec 2 22:34:40 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 62c74d496bb40a1845329cece0a38d9267db43c6
      https://github.com/llvm/llvm-project/commit/62c74d496bb40a1845329cece0a38d9267db43c6
  Author: Esme-Yi <esme.yi at ibm.com>
  Date:   2021-12-03 (Fri, 03 Dec 2021)

  Changed paths:
    M llvm/include/llvm/Support/ScopedPrinter.h
    M llvm/tools/llvm-readobj/ELFDumper.cpp

  Log Message:
  -----------
  [NFC] move GNUELFDumper::printEnum() into a common header for reuse.

Summary:
	This is a NFC patch moving the GNUELFDumper<ELFT>::printEnum()
 function from ELFDumper into ScopedPrinter.h for reuse.

Reviewed By: jhenderson

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




More information about the All-commits mailing list