[llvm-pdbdump] Add some tests for llvm-pdbdump.
authorZachary Turner <zturner@google.com>
Fri, 20 Feb 2015 23:05:57 +0000 (23:05 +0000)
committerZachary Turner <zturner@google.com>
Fri, 20 Feb 2015 23:05:57 +0000 (23:05 +0000)
commitd1b1136e0e84bdeac1981bf9b52f300f7743f8ab
tree2f2c60d4c79307ec2670e547c6a4c087d5e2c7ea
parent2da9cd26d679180fa6c730e185ff2808be353bb4
[llvm-pdbdump] Add some tests for llvm-pdbdump.

This adds only a very basic set of tests that dump a few
functions and object files.

Differential Revision: http://reviews.llvm.org/D7656
Reviewed By: David Blaikie

llvm-svn: 230083
llvm/test/DebugInfo/PDB/Inputs/empty.cpp [new file with mode: 0644]
llvm/test/DebugInfo/PDB/Inputs/empty.pdb [new file with mode: 0644]
llvm/test/DebugInfo/PDB/Inputs/symbolformat-fpo.cpp [new file with mode: 0644]
llvm/test/DebugInfo/PDB/Inputs/symbolformat.cpp [new file with mode: 0644]
llvm/test/DebugInfo/PDB/Inputs/symbolformat.pdb [new file with mode: 0644]
llvm/test/DebugInfo/PDB/lit.local.cfg [new file with mode: 0644]
llvm/test/DebugInfo/PDB/pdbdump-flags.test [new file with mode: 0644]
llvm/test/DebugInfo/PDB/pdbdump-symbol-format.test [new file with mode: 0644]
llvm/test/lit.site.cfg.in