[all-commits] [llvm/llvm-project] 4d5f66: [GSYM] Add Split Dwarf Support to DwarfTransformer

Alexander Yermolovich via All-commits all-commits at lists.llvm.org
Thu Feb 3 13:40:30 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d5f66da6a5610cd61336899f5f69571713f7337
      https://github.com/llvm/llvm-project/commit/4d5f66da6a5610cd61336899f5f69571713f7337
  Author: Alexander Yermolovich <ayermolo at fb.com>
  Date:   2022-02-03 (Thu, 03 Feb 2022)

  Changed paths:
    M llvm/lib/DebugInfo/GSYM/DwarfTransformer.cpp
    A llvm/test/DebugInfo/X86/fission-no-inline-gsym.ll

  Log Message:
  -----------
  [GSYM] Add Split Dwarf Support to DwarfTransformer

The convert only worked on CUs in main binary.
If it's a skeleton CU it will now use the DWO CU
when invoking handleDie.

Test Plan:
llvm-lit

Reviewed By: clayborg

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




More information about the All-commits mailing list