aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DIEHash.h
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-10-17 22:07:09 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-10-17 22:07:09 +0000
commit47f66d5a756d4eaeba9082ff4c82023a213daf45 (patch)
treeb00ba7ffbd91bf60a7c7b479e2425d57d811d2ed /lib/CodeGen/AsmPrinter/DIEHash.h
parent7014d274e4adb51cbb20201ab002057395b7dcaa (diff)
downloadexternal_llvm-47f66d5a756d4eaeba9082ff4c82023a213daf45.zip
external_llvm-47f66d5a756d4eaeba9082ff4c82023a213daf45.tar.gz
external_llvm-47f66d5a756d4eaeba9082ff4c82023a213daf45.tar.bz2
DIEHash: Support for simple (non-recursive, non-reused) type references
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192924 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DIEHash.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DIEHash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIEHash.h b/lib/CodeGen/AsmPrinter/DIEHash.h
index 78238e1..ee753fe 100644
--- a/lib/CodeGen/AsmPrinter/DIEHash.h
+++ b/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...
};