[PATCH] Add support for DebugFission to DWARF parser
Alexey Samsonov
samsonov at google.com
Tue Aug 6 04:29:36 PDT 2013
I've commited minor parts of this patch as r187790, r187792, and mailed http://llvm-reviews.chandlerc.com/D1298 separately.
================
Comment at: include/llvm/DebugInfo/DIContext.h:127
@@ +126,3 @@
+ enum DIContextKind {
+ DICK_DWARF
+ };
----------------
Eric Christopher wrote:
> Unfortunate naming in english. How about CK_DWARF?
Done (RTTI part commited in r187790).
http://llvm-reviews.chandlerc.com/D1164
More information about the llvm-commits
mailing list