summaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/PDB/Inputs/empty.cpp
AgeCommit message (Collapse)Author
2015-02-22[llvm-pdbdump] Resubmit "Add some tests for llvm-pdbdump".Zachary Turner
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
2015-02-20Revert "[llvm-pdbdump] Add some tests for llvm-pdbdump."Zachary Turner
It is not correctly detecting the situations where the test is unsupported. Reverting until we can figure it out. llvm-svn: 230085
2015-02-20[llvm-pdbdump] Add some tests for llvm-pdbdump.Zachary Turner
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