Files
clang-p2996/llvm/test/DebugInfo/PDB/Inputs/objfilename.yaml
Nico Weber ce84e6ae8e 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
2019-07-09 17:02:51 +00:00

7 lines
112 B
YAML

---
DbiStream:
Modules:
- Module: 'C:\src\test.obj'
ObjFile: 'C:\src\test.obj'
...