parent
4bb55c6a0d
commit
77bbd7b19d
|
|
@ -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:
|
||||
; ----------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue