[all-commits] [llvm/llvm-project] 96bbf4: [dsymutil] Add DW_TAG_common_block to dieNeedsChil...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Nov 1 10:49:50 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 96bbf478b6718b13b19ac52fd790e64d4ed56fe9
https://github.com/llvm/llvm-project/commit/96bbf478b6718b13b19ac52fd790e64d4ed56fe9
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2019-11-01 (Fri, 01 Nov 2019)
Changed paths:
M llvm/tools/dsymutil/DwarfLinker.cpp
Log Message:
-----------
[dsymutil] Add DW_TAG_common_block to dieNeedsChildrenToBeMeaningful
Ensure we walk the children of common blocks when deciding what DIEs to
keep. Otherwise we might incorrectly discard them leading to missing
variables in the linked debug info.
This also sorts the list of DW_TAGs alphabetically.
More information about the All-commits
mailing list