David Blaikie
5e390e4df7
DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emits zero-length arrays as {i32 0}
...
A bunch of test cases needed to be cleaned up for this, many my fault -
when implementid imported modules I updated test cases by simply
duplicating the prior metadata field - which wasn't always the empty
metadata entry.
llvm-svn: 200731
2014-02-04 01:23:52 +00:00
Timur Iskhodzhanov
f166f6c8d0
Reland r200340 - 'Add line table debug info to COFF files when using a win32 triple'
...
This incorporates a couple of fixes reviewed at http://llvm-reviews.chandlerc.com/D2651
llvm-svn: 200440
2014-01-30 01:39:17 +00:00
Manman Ren
409558f81e
Debug Info: update testing cases to specify the debug info version number.
...
We are going to drop debug info without a version number or with a different
version number, to make sure we don't crash when we see bitcode files with
different debug info metadata format.
llvm-svn: 195504
2013-11-22 21:49:45 +00:00
Manman Ren
1848cb6654
Debug Info Testing Case: check for the name of a structure.
...
llvm-svn: 192478
2013-10-11 18:50:00 +00:00
Manman Ren
c50fa1114b
Debug Info: In DIBuilder, the context field of subprogram is updated to use
...
DIScopeRef.
A paired commit at clang is required due to changes to DIBuilder.
llvm-svn: 192378
2013-10-10 18:40:01 +00:00
Manman Ren
9b971f9590
Add comments to debug info testing case.
...
llvm-svn: 192376
2013-10-10 18:13:17 +00:00
Manman Ren
88b0f948f5
Debug Info: In DIBuilder, the context and type fields of template_type and
...
template_value are updated to use DIRef.
A paired commit at clang is required due to changes to DIBuilder.
llvm-svn: 192320
2013-10-09 19:46:28 +00:00
Manman Ren
b3dc3afd22
Debug Info: In DIBuilder, the context field of a forward decl is updated
...
to use DIScopeRef.
llvm-svn: 192309
2013-10-09 18:10:55 +00:00
Manman Ren
ea57f67fce
Debug Info: In DIBuilder, the context field of a DICompositeType is updated
...
to use DIScopeRef.
A paired commit at clang is required due to changes to DIBuilder.
llvm-svn: 192256
2013-10-09 00:17:04 +00:00
Manman Ren
5f99ec0bf4
Debug Info: In DIBuilder, the context fields of a static member and a
...
typedef are updated to use DIScopeRef.
llvm-svn: 192254
2013-10-08 23:49:38 +00:00
Manman Ren
bacd1ef42d
Debug Info: In DIBuilder, the derived-from field of DICompositeType
...
is updated to use DITypeRef.
A paired commit at clang is required due to changes to DIBuilder.
llvm-svn: 192251
2013-10-08 23:28:51 +00:00
Manman Ren
f69bd75e7c
Debug Info: In DIBuilder, the derived-from field of DIDerivedType
...
is updated to use DITypeRef.
A paired commit at clang is required due to changes to DIBuilder.
llvm-svn: 192246
2013-10-08 22:56:31 +00:00
Manman Ren
2f84f46fef
Debug Info: update testing to reflect r192018.
...
llvm-svn: 192224
2013-10-08 20:06:43 +00:00
Manman Ren
c4ae9b3aeb
Debug Info: Use identifier to reference DIType in containing type field of
...
a DISubprogram.
Verifier is updated accordingly.
llvm-svn: 190229
2013-09-07 00:04:05 +00:00
Manman Ren
deeafd8a58
Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.
...
Field 2 of DIType (Context), field 9 of DIDerivedType (TypeDerivedFrom),
field 12 of DICompositeType (ContainingType), fields 2, 7, 12 of DISubprogram
(Context, Type, ContainingType).
llvm-svn: 190205
2013-09-06 21:03:58 +00:00
Manman Ren
d8f798ea97
Debug Info: Use identifier to reference DIType in containing type field of
...
a DICompositeType.
Verifier is updated accordingly.
llvm-svn: 190190
2013-09-06 18:46:00 +00:00