[PATCH] D14354: Add new compiler flag to enable the generation of dwarf accelerator tables
Eric Christopher via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 9 14:53:02 PST 2015
echristo added a comment.
I think the basic idea on how to do this is to make sure all of the information is there from the front end and have the backend select how to emit based on the code gen flag for this. libLTO is terrible for this, but the schemes working for lld are showing progress in passing information around for code generation time.
-eric
http://reviews.llvm.org/D14354
More information about the cfe-commits
mailing list