summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/PDB/pdbdump-objfilename.test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/DebugInfo/PDB/pdbdump-objfilename.test')
-rw-r--r--llvm/test/DebugInfo/PDB/pdbdump-objfilename.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/PDB/pdbdump-objfilename.test b/llvm/test/DebugInfo/PDB/pdbdump-objfilename.test
new file mode 100644
index 00000000000..a97233f72da
--- /dev/null
+++ b/llvm/test/DebugInfo/PDB/pdbdump-objfilename.test
@@ -0,0 +1,7 @@
+# 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'
OpenPOWER on IntegriCloud