[PATCH] Fully disable DWARF accelerator tables

Robinson, Paul Paul_Robinson at playstation.sony.com
Thu Jan 30 13:55:47 PST 2014


The DWARF accelerator tables are or are not supported/emitted depending on the target.  However the work to collect the info to put into the accelerator tables is always done regardless of target.  The attached patch keeps that extra work (and memory consumption) from happening.
No functional change really, and therefore no test, because the same (mangled) names appear in .debug_str because of DW_AT_linkage_name.  I found this because we have a local patch to suppress DW_AT_linkage_name but the mangled names were still showing up in .debug_str.
Thanks,
--paulr


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140130/62f15b8d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: accel.patch
Type: application/octet-stream
Size: 2727 bytes
Desc: accel.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140130/62f15b8d/attachment.obj>


More information about the llvm-commits mailing list