[llvm] r310442 - Fix broken pdb test.
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 8 21:48:16 PDT 2017
Author: zturner
Date: Tue Aug 8 21:48:16 2017
New Revision: 310442
URL: http://llvm.org/viewvc/llvm-project?rev=310442&view=rev
Log:
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.
Modified:
llvm/trunk/test/DebugInfo/PDB/pdbdump-headers.test
Modified: llvm/trunk/test/DebugInfo/PDB/pdbdump-headers.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/PDB/pdbdump-headers.test?rev=310442&r1=310441&r2=310442&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/PDB/pdbdump-headers.test (original)
+++ llvm/trunk/test/DebugInfo/PDB/pdbdump-headers.test Tue Aug 8 21:48:16 2017
@@ -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*), a
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`
More information about the llvm-commits
mailing list