- 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
8 lines
244 B
Plaintext
8 lines
244 B
Plaintext
# RUN: llvm-pdbutil yaml2pdb -pdb=%t %p/Inputs/objfilename.yaml
|
|
# RUN: llvm-pdbutil pdb2yaml -modules %t | FileCheck %s
|
|
|
|
CHECK: DbiStream:
|
|
CHECK: Modules:
|
|
CHECK-NEXT: - Module:{{ *}}'C:\src\test.obj'
|
|
CHECK-NEXT: ObjFile:{{ *}}'C:\src\test.obj'
|