[PATCH] D26879: Make a DwarfGen class that can generate DWARF for unittests and add units tests to test DWARF API.

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 09:08:24 PST 2016


dblaikie added a comment.

I'm curious/would like to better understand what motivated the changes to to existing code (in lib/CodeGen/AsmPrinter, DwarfLinker, etc) - given that llvm-dsymutil was already using these APIs to generate DWARF without needing these changes? (what's different about the unit test scenario compared to the llvm-dsymutil scenario)


https://reviews.llvm.org/D26879





More information about the llvm-commits mailing list