aboutsummaryrefslogtreecommitdiff
path: root/test/COFF/pdb-global-hashes.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/COFF/pdb-global-hashes.test')
-rw-r--r--test/COFF/pdb-global-hashes.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/COFF/pdb-global-hashes.test b/test/COFF/pdb-global-hashes.test
index 238613cef69c..0ca60057e704 100644
--- a/test/COFF/pdb-global-hashes.test
+++ b/test/COFF/pdb-global-hashes.test
@@ -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:
; ----------------------------------------------