From 2a77b266b5f9eed7c81c02e28f273814cee27d74 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Wed, 9 Aug 2017 04:48:16 +0000 Subject: [PATCH] Fix broken pdb test. For some reason I didn't see this failure the first time. The output format changed slightly, so we just have to update the test for the new format. llvm-svn: 310442 --- llvm/test/DebugInfo/PDB/pdbdump-headers.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/test/DebugInfo/PDB/pdbdump-headers.test b/llvm/test/DebugInfo/PDB/pdbdump-headers.test index 6d2ae18..2b757b5 100644 --- a/llvm/test/DebugInfo/PDB/pdbdump-headers.test +++ b/llvm/test/DebugInfo/PDB/pdbdump-headers.test @@ -454,6 +454,7 @@ ALL-NEXT: TI: 0x1000, Offset: 0 ALL: Hash Adjusters: ALL: Global Symbols ALL-NEXT: ============================================================ +ALL-NEXT: Records ALL-NEXT: 56 | S_PROCREF [size = 20] `main` ALL-NEXT: module = 1, sum name = 0, offset = 120 ALL-NEXT: 76 | S_GDATA32 [size = 28] `__purecall` @@ -461,6 +462,7 @@ ALL-NEXT: type = 0x0403 (void*), addr = 0003:0000 ALL-NOT: S_PUB32 ALL: Public Symbols ALL-NEXT: ============================================================ +ALL-NEXT: Records ALL-NEXT: 0 | S_PUB32 [size = 36] `?__purecall@@3PAXA` ALL-NEXT: flags = none, addr = 0003:0000 ALL-NEXT: 36 | S_PUB32 [size = 20] `_main` -- 2.7.4