diff options
author | Zachary Turner <zturner@google.com> | 2015-02-20 23:21:21 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-02-20 23:21:21 +0000 |
commit | 7b0871cc742be754e6c7ecc92c9cd8b8f4e5ae80 (patch) | |
tree | 65816a903ea781317d5c1cb5f38cbedc8d4ce57a /llvm/test/DebugInfo/PDB/Inputs/empty.cpp | |
parent | 1f017547bb379b6bef829eb20dab284602a0d43b (diff) | |
download | bcm5719-llvm-7b0871cc742be754e6c7ecc92c9cd8b8f4e5ae80.tar.gz bcm5719-llvm-7b0871cc742be754e6c7ecc92c9cd8b8f4e5ae80.zip |
Revert "[llvm-pdbdump] Add some tests for llvm-pdbdump."
It is not correctly detecting the situations where the test is
unsupported. Reverting until we can figure it out.
llvm-svn: 230085
Diffstat (limited to 'llvm/test/DebugInfo/PDB/Inputs/empty.cpp')
-rw-r--r-- | llvm/test/DebugInfo/PDB/Inputs/empty.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/test/DebugInfo/PDB/Inputs/empty.cpp b/llvm/test/DebugInfo/PDB/Inputs/empty.cpp deleted file mode 100644 index f27ea18832e..00000000000 --- a/llvm/test/DebugInfo/PDB/Inputs/empty.cpp +++ /dev/null @@ -1,7 +0,0 @@ -// Build with "cl.exe /Zi empty.cpp /link /debug /nodefaultlib /entry:main"
-
-void *__purecall = 0;
-
-int main() {
- return 42;
-}
|