summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/PDB/Inputs
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/DebugInfo/PDB/Inputs')
-rw-r--r--llvm/test/DebugInfo/PDB/Inputs/cross-module-import-export.yaml24
-rw-r--r--llvm/test/DebugInfo/PDB/Inputs/debug-subsections.yaml (renamed from llvm/test/DebugInfo/PDB/Inputs/simple-line-info.yaml)28
2 files changed, 24 insertions, 28 deletions
diff --git a/llvm/test/DebugInfo/PDB/Inputs/cross-module-import-export.yaml b/llvm/test/DebugInfo/PDB/Inputs/cross-module-import-export.yaml
deleted file mode 100644
index 4c3f28c3102..00000000000
--- a/llvm/test/DebugInfo/PDB/Inputs/cross-module-import-export.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-DbiStream:
- Modules:
- - Module: 'Foo.obj'
- ObjFile: 'Foo.obj'
- Subsections:
- - !CrossModuleExports
- Exports:
- - LocalId: 4852
- GlobalId: 9283
- - LocalId: 2147487875
- GlobalId: 9123
- - Module: 'Bar.obj'
- ObjFile: 'Bar.obj'
- Subsections:
- - !CrossModuleExports
- Exports:
- - LocalId: 4265
- GlobalId: 6097
- - LocalId: 4297
- GlobalId: 4677
- - !CrossModuleImports
- Imports:
- - Module: 'Foo.obj'
- Imports: [ 4852, 2147487875 ]
diff --git a/llvm/test/DebugInfo/PDB/Inputs/simple-line-info.yaml b/llvm/test/DebugInfo/PDB/Inputs/debug-subsections.yaml
index d1324d26d8b..eb0ab49a973 100644
--- a/llvm/test/DebugInfo/PDB/Inputs/simple-line-info.yaml
+++ b/llvm/test/DebugInfo/PDB/Inputs/debug-subsections.yaml
@@ -1,6 +1,27 @@
----
-DbiStream:
- Modules:
+DbiStream:
+ Modules:
+ - Module: 'Foo.obj'
+ ObjFile: 'Foo.obj'
+ Subsections:
+ - !CrossModuleExports
+ Exports:
+ - LocalId: 4852
+ GlobalId: 9283
+ - LocalId: 2147487875
+ GlobalId: 9123
+ - Module: 'Bar.obj'
+ ObjFile: 'Bar.obj'
+ Subsections:
+ - !CrossModuleExports
+ Exports:
+ - LocalId: 4265
+ GlobalId: 6097
+ - LocalId: 4297
+ GlobalId: 4677
+ - !CrossModuleImports
+ Imports:
+ - Module: 'Foo.obj'
+ Imports: [ 4852, 2147487875 ]
- Module: 'd:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj'
ObjFile: 'd:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj'
SourceFiles:
@@ -41,4 +62,3 @@ DbiStream:
- FileName: 'f:\dd\externalapis\windows\10\sdk\inc\winerror.h'
LineNum: 26950
Inlinee: 22767
-...
OpenPOWER on IntegriCloud