[all-commits] [llvm/llvm-project] e6540d: [BOLT][DWARF] Skip processing DWARF CUs with a DWO...

Jinjie Huang via All-commits all-commits at lists.llvm.org
Tue Sep 23 01:31:25 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e6540d20cf3f37beb2677360dd9d961cab2abfb9
      https://github.com/llvm/llvm-project/commit/e6540d20cf3f37beb2677360dd9d961cab2abfb9
  Author: Jinjie Huang <huangjinjie at bytedance.com>
  Date:   2025-09-23 (Tue, 23 Sep 2025)

  Changed paths:
    M bolt/include/bolt/Core/BinaryContext.h
    M bolt/include/bolt/Core/DIEBuilder.h
    M bolt/lib/Core/BinaryContext.cpp
    M bolt/lib/Core/DIEBuilder.cpp
    A bolt/test/X86/dwarf5-dwoid-no-dwoname.s

  Log Message:
  -----------
  [BOLT][DWARF] Skip processing DWARF CUs with a DWO ID but no DWO name (#154749)

This patch tries to skip processing DWARF CUs with a DWO ID but no DWO
name, and ensure them not included in the final binary.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list