[all-commits] [llvm/llvm-project] 5e3200: [JITLink][ELF] Add support for reading extended table

Steven Wu via All-commits all-commits at lists.llvm.org
Tue Nov 30 09:19:08 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e3200f3ce5ac807fa0fdd2b12484ee1540c6b50
      https://github.com/llvm/llvm-project/commit/5e3200f3ce5ac807fa0fdd2b12484ee1540c6b50
  Author: Steven Wu <stevenwu at apple.com>
  Date:   2021-11-30 (Tue, 30 Nov 2021)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/ELFLinkGraphBuilder.h
    A llvm/test/ExecutionEngine/JITLink/X86/ELF_shndex.s

  Log Message:
  -----------
  [JITLink][ELF] Add support for reading extended table

Add support for reading extended table in ELF object file. This allows
JITLink to support ELF object files with many sections.

Reviewed By: lhames

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




More information about the All-commits mailing list