[all-commits] [llvm/llvm-project] 494012: [BOLT][DWARF][NFC] Fix false positive error

Alexander Yermolovich via All-commits all-commits at lists.llvm.org
Thu Jul 13 10:50:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4940128ace1139cc0ecb13c8b07bd2a7a068fb49
      https://github.com/llvm/llvm-project/commit/4940128ace1139cc0ecb13c8b07bd2a7a068fb49
  Author: Alexander Yermolovich <ayermolo at meta.com>
  Date:   2023-07-13 (Thu, 13 Jul 2023)

  Changed paths:
    M bolt/lib/Rewrite/DWARFRewriter.cpp
    A bolt/test/X86/Inputs/dwarf4-df-basic.s
    A bolt/test/X86/dwarf4-df-basic.test

  Log Message:
  -----------
  [BOLT][DWARF][NFC] Fix false positive error

The DWO Unit DIE, doesn't have low_pc/high_pc, so we were printing this error
for valid cases.

Reviewed By: maksfb

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




More information about the All-commits mailing list