[llvm] r305063 - llvm/test/DebugInfo/PDB/pdbdump-debug-subsections.test: Try to unbreak r305043.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 9 01:50:42 PDT 2017


Author: chapuni
Date: Fri Jun  9 03:50:39 2017
New Revision: 305063

URL: http://llvm.org/viewvc/llvm-project?rev=305063&view=rev
Log:
llvm/test/DebugInfo/PDB/pdbdump-debug-subsections.test: Try to unbreak r305043.

Modified:
    llvm/trunk/test/DebugInfo/PDB/pdbdump-debug-subsections.test

Modified: llvm/trunk/test/DebugInfo/PDB/pdbdump-debug-subsections.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/PDB/pdbdump-debug-subsections.test?rev=305063&r1=305062&r2=305063&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/PDB/pdbdump-debug-subsections.test (original)
+++ llvm/trunk/test/DebugInfo/PDB/pdbdump-debug-subsections.test Fri Jun  9 03:50:39 2017
@@ -41,7 +41,7 @@ YAML-NEXT:            Checksum:        1
 YAML-NEXT:      - !Lines
 YAML-NEXT:        CodeSize:        10
 YAML-NEXT:        Flags:           [  ]
-YAML-NEXT:        RelocOffset:     16
+YAML-NEXT:        RelocOffset:     100016
 YAML-NEXT:        RelocSegment:    1
 YAML-NEXT:        Blocks:
 YAML-NEXT:          - FileName:        'd:\src\llvm\test\debuginfo\pdb\inputs\empty.cpp'
@@ -126,7 +126,7 @@ RAW-NEXT:           }
 RAW-NEXT:         }
 RAW-NEXT:         Lines {
 RAW-NEXT:           RelocSegment: 1
-RAW-NEXT:           RelocOffset: 16
+RAW-NEXT:           RelocOffset: 100016
 RAW-NEXT:           CodeSize: 10
 RAW-NEXT:           HasColumns: No
 RAW-NEXT:           FileEntry {




More information about the llvm-commits mailing list