commit | ca353be65200c2054100bac966cef6f9fcea503e | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Thu Oct 17 22:07:09 2013 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Thu Oct 17 22:07:09 2013 +0000 |
tree | c96c118289bca54eab7c4cfbe0f3fed7f26df513 | |
parent | 5a823d5f05c2fec385ab810007db926721fbba0d [diff] [blame] |
DIEHash: Support for simple (non-recursive, non-reused) type references llvm-svn: 192924
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIEHash.h b/llvm/lib/CodeGen/AsmPrinter/DIEHash.h index 78238e1..ee753fe 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DIEHash.h +++ b/llvm/lib/CodeGen/AsmPrinter/DIEHash.h
@@ -76,6 +76,7 @@ AttrEntry DW_AT_virtuality; AttrEntry DW_AT_visibility; AttrEntry DW_AT_vtable_elem_location; + AttrEntry DW_AT_type; // Insert any additional ones here... };