Please take a look.
Details
Details
Diff Detail
Diff Detail
Event Timeline
test/DebugInfo/COFF/retained-types.ll | ||
---|---|---|
14 | Can you cut the checks down to look for the two Struct records and wild card away all the type indices? All the other types are not relevant to the test. Something like: ; CHECK: Struct ({{.*}}) { ; CHECK-NEXT: ... ; CHECK: Struct ({{.*}}) { ; CHECK-NEXT: ... I was thinking about changing our dumper output to print the name of the type on the first line of the record so that it plays better with FileCheck, something like: Struct A (0xNNNN) { ... } Pointer A* (0xNNNN) { ... } |
Can you cut the checks down to look for the two Struct records and wild card away all the type indices? All the other types are not relevant to the test. Something like:
I was thinking about changing our dumper output to print the name of the type on the first line of the record so that it plays better with FileCheck, something like: