OSDN Git Service

[dsymutil] Correctly handle DW_TAG_label
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 20 Feb 2018 17:34:29 +0000 (17:34 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 20 Feb 2018 17:34:29 +0000 (17:34 +0000)
commit35c4cd1eb576be10e57fda071ea4bfe5575a6bc4
tree78eb6ab1ba410ed574eb39e0d518789960a89576
parentaedbf6f6f98959a6ec2bfaf49ff07f89f89eeb46
[dsymutil] Correctly handle DW_TAG_label

This patch contains logic for handling DW_TAG_label that's present in
darwin's dsymutil implementation, but not yet upstream.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@325600 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/dsymutil/Inputs/label.o [new file with mode: 0644]
test/tools/dsymutil/X86/label.test [new file with mode: 0644]
tools/dsymutil/DwarfLinker.cpp