summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2018-07-25 23:01:38 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2018-07-25 23:01:38 +0000
commit743d351120e98df6bc4a1e411174c2c2daf8779c (patch)
tree6edb56ca84ba1174802c9465fac75bc578c16034 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
parent9d1bcc2a8887d3965d8b071eceb88f0f2eab53a2 (diff)
downloadbcm5719-llvm-743d351120e98df6bc4a1e411174c2c2daf8779c.tar.gz
bcm5719-llvm-743d351120e98df6bc4a1e411174c2c2daf8779c.zip
[dsymutil] Add support for generating DWARF5 accelerator tables.
This patch add support for emitting DWARF5 accelerator tables (.debug_names) from dsymutil. Just as with the Apple style accelerator tables, it's possible to update existing dSYMs. This patch includes a test that show how you can convert back and forth between the two types. If no kind of table is specified, dsymutil will default to generating Apple-style accelerator tables whenever it finds those in its input. The same is true when there are no accelerator tables at all. Finally, in the remaining case, where there's at least one DWARF v5 table and no Apple ones, the output will contains a DWARF accelerator tables (.debug_names). Differential revision: https://reviews.llvm.org/D49137 llvm-svn: 337980
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud