[PATCH] D14354: Add new compiler flag to enable the generation of dwarf accelerator tables

Tamas Berghammer via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 22 07:23:28 PST 2015


tberghammer abandoned this revision.
tberghammer added a comment.

Thank you for adding the new debugger tuning feature. I am using LLDB so "-glldb" will work for me perfectly.

There is one thing we might consider is that the accelerator tables increasing the size of the binary by ~10% (measured on clang) so I don't know if we want to enable them by default or not on any platform.


http://reviews.llvm.org/D14354





More information about the cfe-commits mailing list