Check /pdb output using llvm-pdbdump.
authorRui Ueyama <ruiu@google.com>
Thu, 15 Sep 2016 23:14:40 +0000 (23:14 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 15 Sep 2016 23:14:40 +0000 (23:14 +0000)
commit783afd667d5214ff2b6f4e65626277faa5246d0b
treee86875d5075cfd75d6a4657f128c175e2ca286cb
parent3e9ce5f447465add1491a5dd1bc5c666ab674924
Check /pdb output using llvm-pdbdump.

test/COFF/rsds.test checks only RSDS directory in a DLL and
didn't check the validity of the PDF file produced.
(Technically the produced PDB is not valid because it is really
a stub, but this test is still good to have.)

llvm-svn: 281678
lld/test/COFF/pdb.test [new file with mode: 0644]