llvm-project/llvm/test/tools/llvm-pdbutil/export-stream.test
Nico Weber c9c55cf89b Rename llvm/test/tools/llvm-pdbdump to llvm/test/tools/llvm-pdbutil
llvm-pdbdump was renamed to llvm-pdbutil long ago. This updates the test
to be where you'd expect them to be.

llvm-svn: 365515
2019-07-09 17:14:24 +00:00

3 lines
123 B
Plaintext

; RUN: llvm-pdbutil export -stream=2 -out=%t.tpi.bin %p/Inputs/InjectedSource.pdb
; RUN: diff %t.tpi.bin %p/Inputs/tpi.bin