You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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'
|