[llvm-commits] CVS: llvm/include/llvm/Support/Dwarf.h
Jim Laskey
jlaskey at apple.com
Fri Jun 16 06:14:28 PDT 2006
Changes in directory llvm/include/llvm/Support:
Dwarf.h updated: 1.7 -> 1.8
---
Log message:
1. Revise vector debug support.
2. Update docs for vector debug support and new version control.
3. Simplify serialization of DebugDescInfo subclasses.
---
Diffs of the changes: (+2 -0)
Dwarf.h | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/include/llvm/Support/Dwarf.h
diff -u llvm/include/llvm/Support/Dwarf.h:1.7 llvm/include/llvm/Support/Dwarf.h:1.8
--- llvm/include/llvm/Support/Dwarf.h:1.7 Thu Jun 15 15:51:43 2006
+++ llvm/include/llvm/Support/Dwarf.h Fri Jun 16 08:14:03 2006
@@ -37,6 +37,8 @@
DW_TAG_arg_variable = 0x101, // Tag for argument variables.
DW_TAG_return_variable = 0x102, // Tag for return variables.
+ DW_TAG_vector_type = 0x103, // Tag for vector types.
+
DW_TAG_user_base = 0x1000, // Recommended base for user tags.
DW_CIE_VERSION = 1, // Common frame information version.
More information about the llvm-commits
mailing list