[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)
commita54b7ddb25bda65696b7c2af8b5edab6ca85445c
treecf4fd4827cfb17ee69735be3e26b36b92aa5be3f
parenta65298af650dd10cc8fa439e46d1a1ec4d1e5555
[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.

llvm-svn: 230161
llvm/cmake/config-ix.cmake
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