[all-commits] [llvm/llvm-project] 0de9fd: [libc++] accept ELF Tool Chain readelf format in t...

Ed Maste via All-commits all-commits at lists.llvm.org
Tue Dec 20 06:41:29 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0de9fd1c2790504487b3dbed38a6ff712249fa65
      https://github.com/llvm/llvm-project/commit/0de9fd1c2790504487b3dbed38a6ff712249fa65
  Author: Ed Maste <emaste at FreeBSD.org>
  Date:   2022-12-20 (Tue, 20 Dec 2022)

  Changed paths:
    M libcxx/utils/libcxx/sym_check/extract.py

  Log Message:
  -----------
  [libc++] accept ELF Tool Chain readelf format in tooling

ELF Tool Chain provides alternatives to most GNU binutils tools,
including readelf.  These tools are currently used by FreeBSD.

ELF Tool Chain's readelf currently emits headings for symbol table
information in a slightly different format compared to GNU or LLVM
readelf.  Accept both formats.

Reviewed by: philnik
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.llvm.org/D140313




More information about the All-commits mailing list