summaryrefslogtreecommitdiff
path: root/test/COFF/Inputs/pdb-diff.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-08-20 18:01:33 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-08-20 18:01:33 +0000
commit7d6988fdd2aee0e033034e147f16fe05594a60e4 (patch)
tree8aa90abd4e0cce6f71fd338ee32e9957135bc642 /test/COFF/Inputs/pdb-diff.cpp
parente2fd426bdafe9f5c10066d3926ece6e342184a67 (diff)
Notes
Diffstat (limited to 'test/COFF/Inputs/pdb-diff.cpp')
-rw-r--r--test/COFF/Inputs/pdb-diff.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/COFF/Inputs/pdb-diff.cpp b/test/COFF/Inputs/pdb-diff.cpp
deleted file mode 100644
index f9acd68d1199..000000000000
--- a/test/COFF/Inputs/pdb-diff.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-// Build with cl:
-// cl.exe /Z7 pdb-diff.cpp /link /debug /pdb:pdb-diff-cl.pdb
-// /nodefaultlib /entry:main
-// Build with lld (after running the above cl command):
-// lld-link.exe /debug /pdb:pdb-diff-lld.pdb /nodefaultlib
-// /entry:main pdb-diff.obj
-
-void *__purecall = 0;
-
-int main() { return 42; }