[llvm-pdbdump] Resubmit "Add some tests for llvm-pdbdump".
authorZachary Turner <zturner@google.com>
Sun, 22 Feb 2015 06:47:32 +0000 (06:47 +0000)
committerZachary Turner <zturner@google.com>
Sun, 22 Feb 2015 06:47:32 +0000 (06:47 +0000)
commiteec34e5ed456382eebcb5a6365ff33f24b1c72b1
tree2b0e382d16daae1d7504e7cee4b6bca03e41dda7
parentff7a64eb3aa406e5a209139d452c01205101fc6c
[llvm-pdbdump] Resubmit "Add some tests for llvm-pdbdump".

NOTE: This patch intentionally breaks the build.  It attempts
to resubmit r230083, but with some debug logging in the CMake
and lit config files to determine why certain bots do not
correctly disable the DIA tests when DIA is not available.

After a sufficient number of bots fail, this patch will either
be reverted or, if the cause of the failure becomes obvious,
a fix submitted with the log statements removed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230161 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/config-ix.cmake
test/DebugInfo/PDB/Inputs/empty.cpp [new file with mode: 0644]
test/DebugInfo/PDB/Inputs/empty.pdb [new file with mode: 0644]
test/DebugInfo/PDB/Inputs/symbolformat-fpo.cpp [new file with mode: 0644]
test/DebugInfo/PDB/Inputs/symbolformat.cpp [new file with mode: 0644]
test/DebugInfo/PDB/Inputs/symbolformat.pdb [new file with mode: 0644]
test/DebugInfo/PDB/lit.local.cfg [new file with mode: 0644]
test/DebugInfo/PDB/pdbdump-flags.test [new file with mode: 0644]
test/DebugInfo/PDB/pdbdump-symbol-format.test [new file with mode: 0644]
test/lit.site.cfg.in