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

Paul Robinson via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 21 09:57:05 PST 2015


probinson added a comment.

The patch to expose debugger tuning to Clang was finished in r256104.  If you use the new -glldb option to clang, you should get these accelerator tables.  I'm assuming you're using LLDB because I don't think any other debugger makes use of those tables, although that's admittedly a guess on my part.
If LLDB is the default system debugger for some target other than Darwin, then we should fiddle with the defaulting.

If -glldb satisfies your needs, then you can probably just abandon this review.


http://reviews.llvm.org/D14354





More information about the cfe-commits mailing list