[all-commits] [llvm/llvm-project] e0577b: [dsymutil] Relocate DW_TAG_label

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Mar 29 15:53:41 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e0577b3130a646b0ee090c04a40400483031c7a9
      https://github.com/llvm/llvm-project/commit/e0577b3130a646b0ee090c04a40400483031c7a9
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
    M llvm/lib/DWARFLinker/DWARFLinker.cpp
    A llvm/test/tools/dsymutil/Inputs/private/tmp/label/label.o
    A llvm/test/tools/dsymutil/Inputs/private/tmp/label/label.out
    A llvm/test/tools/dsymutil/X86/label2.test

  Log Message:
  -----------
  [dsymutil] Relocate DW_TAG_label

dsymutil is not relocating the DW_AT_low_pc for a DW_TAG_label. This
patch fixes that and adds a test.

Differential revision: https://reviews.llvm.org/D99534




More information about the All-commits mailing list