[all-commits] [llvm/llvm-project] e159ab: [BOLT][DWARF] Support mix mode DWARF

Alexander Yermolovich via All-commits all-commits at lists.llvm.org
Thu Jun 30 16:53:45 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e159abdb04000e6f2ed32d9d853100aa6cb55224
      https://github.com/llvm/llvm-project/commit/e159abdb04000e6f2ed32d9d853100aa6cb55224
  Author: Alexander Yermolovich <ayermolo at fb.com>
  Date:   2022-06-30 (Thu, 30 Jun 2022)

  Changed paths:
    M bolt/include/bolt/Rewrite/DWARFRewriter.h
    M bolt/lib/Core/BinaryContext.cpp
    M bolt/lib/Rewrite/DWARFRewriter.cpp
    A bolt/test/X86/Inputs/dwarf5-dwarf4-monolithic-helper0.s
    A bolt/test/X86/Inputs/dwarf5-dwarf4-monolithic-helper1.s
    A bolt/test/X86/Inputs/dwarf5-dwarf4-monolithic-helper2.s
    A bolt/test/X86/Inputs/dwarf5-dwarf4-monolithic-main.s
    A bolt/test/X86/Inputs/dwarf5-split-dwarf4-monolithic-helper1.s
    A bolt/test/X86/Inputs/dwarf5-split-dwarf4-monolithic-main.s
    A bolt/test/X86/dwarf5-dwarf4-monolithic.test
    A bolt/test/X86/dwarf5-split-dwarf4-monolithic.test

  Log Message:
  -----------
  [BOLT][DWARF] Support mix mode DWARF

Added support for mixing monolithic DWARF5 with legacy DWARF, and monolithic legacy and DWARF5 split dwarf.

Reviewed By: maksfb

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




More information about the All-commits mailing list