[llvm-commits] [llvm] r162525 - in /llvm/trunk/lib/DebugInfo: DWARFDebugInfoEntry.cpp DWARFFormValue.cpp

Timur Iskhodzhanov timurrrr at google.com
Tue Oct 29 04:57:32 PDT 2013


2012/8/24 Eric Christopher <echristo at apple.com>:
> +++ llvm/trunk/lib/DebugInfo/DWARFFormValue.cpp Thu Aug 23 20:14:23 2012
> @@ -67,6 +71,10 @@
>    8, // 0x14 DW_FORM_ref8
>    0, // 0x15 DW_FORM_ref_udata
>    0, // 0x16 DW_FORM_indirect
> +  8, // 0x17 DW_FORM_sec_offset
> +  0, // 0x18 DW_FORM_exprloc
> +  0, // 0x19 DW_FORM_flag_present
> +  8, // 0x20 DW_FORM_ref_sig8
>  };
>
>  const uint8_t *

Eric,
Are you sure it should be 0x20, not 0x1a?
--
Timur



More information about the llvm-commits mailing list