Make pdbdump-objfilename test work again
authorNico Weber <nicolasweber@gmx.de>
Tue, 9 Jul 2019 17:02:51 +0000 (17:02 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 9 Jul 2019 17:02:51 +0000 (17:02 +0000)
commitce84e6ae8eade59f06f646cfef6e77d73d6125df
tree0ef5cccc1e53ca7c69cec1c0d739c37821c59d20
parent521f77e6351fd921f5a81027c7c72addca378989
Make pdbdump-objfilename test work again

- The test had extension .yaml, which lit doesn't execute in this
  directory. Rename to .test to make it run, and move the yaml bits
  into a dedicated file, like with all other tests in this dir.

- llvm-pdbdump got renamed to llvm-pdbutil long ago, update test.

- -dbi-module-info got renamed in r305032, update test for this too.

llvm-svn: 365514
llvm/test/DebugInfo/PDB/Inputs/objfilename.yaml [new file with mode: 0644]
llvm/test/DebugInfo/PDB/pdbdump-objfilename.test [new file with mode: 0644]
llvm/test/DebugInfo/PDB/pdbdump-objfilename.yaml [deleted file]