diff options
Diffstat (limited to 'llvm/test/DebugInfo/COFF/udts.ll')
| -rw-r--r-- | llvm/test/DebugInfo/COFF/udts.ll | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/llvm/test/DebugInfo/COFF/udts.ll b/llvm/test/DebugInfo/COFF/udts.ll index 114e11a70e8..d17f5cd4921 100644 --- a/llvm/test/DebugInfo/COFF/udts.ll +++ b/llvm/test/DebugInfo/COFF/udts.ll @@ -79,13 +79,13 @@ ; PDBUTIL: Symbols ; PDBUTIL-NEXT: ============================================================ ; PDBUTIL-NOT: S_UDT {{.*}} `A::C` -; PDBUTIL: S_UDT [size = 15] `f::FOO` -; PDBUTIL: S_UDT [size = 15] `g::pun` -; PDBUTIL: S_UDT [size = 10] `S` -; PDBUTIL: S_UDT [size = 10] `A` -; PDBUTIL: S_UDT [size = 13] `A::D` -; PDBUTIL: S_UDT [size = 10] `U` -; PDBUTIL: S_UDT [size = 10] `U` +; PDBUTIL: S_UDT [size = 16] `f::FOO` +; PDBUTIL: S_UDT [size = 16] `g::pun` +; PDBUTIL: S_UDT [size = 12] `S` +; PDBUTIL: S_UDT [size = 12] `A` +; PDBUTIL: S_UDT [size = 16] `A::D` +; PDBUTIL: S_UDT [size = 12] `U` +; PDBUTIL: S_UDT [size = 12] `U` source_filename = "test/DebugInfo/COFF/udts.ll" target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128" @@ -190,4 +190,4 @@ attributes #1 = { nounwind readnone speculatable } !53 = !DILocation(line: 9, column: 5, scope: !38) !54 = !DILocation(line: 9, column: 7, scope: !38) !55 = !DILocation(line: 10, column: 12, scope: !38) -!56 = !DILocation(line: 10, column: 3, scope: !38)
\ No newline at end of file +!56 = !DILocation(line: 10, column: 3, scope: !38) |

