Fix one more test failure.

llvm-svn: 342660
This commit is contained in:
Zachary Turner 2018-09-20 16:18:15 +00:00
parent 4bb55c6a0d
commit 77bbd7b19d
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ RUN: yaml2obj %p/Inputs/pdb-hashes-2-missing.yaml > %t.2.missing.obj
RUN: lld-link /debug %t.1.obj %t.2.obj /entry:main /nodefaultlib /PDB:%t.nohash.pdb
RUN: lld-link /debug:ghash %t.1.obj %t.2.obj /entry:main /nodefaultlib /PDB:%t.hash.pdb
RUN: lld-link /debug:ghash %t.1.obj %t.2.missing.obj /entry:main /nodefaultlib /PDB:%t.mixed.pdb
RUN: llvm-pdbutil dump -types -ids %t.nohash.pdb | FileCheck %s
RUN: llvm-pdbutil dump -types -ids %t.hash.pdb | FileCheck %s
RUN: llvm-pdbutil dump -types -ids %t.mixed.pdb | FileCheck %s
RUN: llvm-pdbutil dump -types -ids -dont-resolve-forward-refs %t.nohash.pdb | FileCheck %s
RUN: llvm-pdbutil dump -types -ids -dont-resolve-forward-refs %t.hash.pdb | FileCheck %s
RUN: llvm-pdbutil dump -types -ids -dont-resolve-forward-refs %t.mixed.pdb | FileCheck %s
; These object files were generated via the following inputs and commands:
; ----------------------------------------------