1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/Instrumentation
Manman Ren 20ae2817fa Debug Info: add an identifier field to DICompositeType.
DICompositeType will have an identifier field at position 14. For now, the
field is set to null in DIBuilder.
For DICompositeTypes where the template argument field (the 13th field)
was optional, modify DIBuilder to make sure the template argument field is set.
Now DICompositeType has 15 fields.

Update DIBuilder to use NULL instead of "i32 0" for null value of a MDNode.
Update verifier to check that DICompositeType has 15 fields and the last
field is null or a MDString.

Update testing cases to include an extra field for DICompositeType.
The identifier field will be used by type uniquing so a front end can
genearte a DICompositeType with a unique identifer.

llvm-svn: 189282
2013-08-26 22:39:55 +00:00
..
AddressSanitizer Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
BoundsChecking [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
DataFlowSanitizer DataFlowSanitizer: correctly combine labels in the case where they are equal. 2013-08-23 18:45:06 +00:00
MemorySanitizer [msan] Fix handling of va_arg overflow area on x86_64. 2013-08-23 12:11:00 +00:00
ThreadSanitizer [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00