diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-10-17 22:07:09 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-10-17 22:07:09 +0000 |
commit | ca353be65200c2054100bac966cef6f9fcea503e (patch) | |
tree | c96c118289bca54eab7c4cfbe0f3fed7f26df513 /llvm/lib/CodeGen/AsmPrinter/DIEHash.h | |
parent | 5a823d5f05c2fec385ab810007db926721fbba0d (diff) | |
download | bcm5719-llvm-ca353be65200c2054100bac966cef6f9fcea503e.tar.gz bcm5719-llvm-ca353be65200c2054100bac966cef6f9fcea503e.zip |
DIEHash: Support for simple (non-recursive, non-reused) type references
llvm-svn: 192924
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DIEHash.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DIEHash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIEHash.h b/llvm/lib/CodeGen/AsmPrinter/DIEHash.h index 78238e19ab3..ee753fea99c 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DIEHash.h +++ b/llvm/lib/CodeGen/AsmPrinter/DIEHash.h @@ -76,6 +76,7 @@ class DIEHash { AttrEntry DW_AT_virtuality; AttrEntry DW_AT_visibility; AttrEntry DW_AT_vtable_elem_location; + AttrEntry DW_AT_type; // Insert any additional ones here... }; |