mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
6ee4ce7f1d
Now you run llvm-pdbutil dump <options>. This is a followup after having renamed the tool, whereas before raw was obviously just the style of dumping, whereas now "dump" is the action to perform with the "util". llvm-svn: 306055
25 lines
1.3 KiB
Plaintext
25 lines
1.3 KiB
Plaintext
; RUN: llvm-pdbutil yaml2pdb -pdb=%t.1.pdb %p/Inputs/merge-ids-1.yaml
|
|
; RUN: llvm-pdbutil yaml2pdb -pdb=%t.2.pdb %p/Inputs/merge-ids-2.yaml
|
|
; RUN: llvm-pdbutil merge -pdb=%t.3.pdb %t.1.pdb %t.2.pdb
|
|
; RUN: llvm-pdbutil dump -ids %t.3.pdb | FileCheck -check-prefix=MERGED %s
|
|
; RUN: llvm-pdbutil dump -types %t.3.pdb | FileCheck -check-prefix=TPI-EMPTY %s
|
|
|
|
|
|
MERGED: Types (IPI Stream)
|
|
MERGED-NEXT: ============================================================
|
|
MERGED-NEXT: Showing 8 records
|
|
MERGED-NEXT: 0x1000 | LF_STRING_ID [size = 12] ID: <no type>, String: One
|
|
MERGED-NEXT: 0x1001 | LF_STRING_ID [size = 12] ID: <no type>, String: Two
|
|
MERGED-NEXT: 0x1002 | LF_STRING_ID [size = 20] ID: <no type>, String: OnlyInFirst
|
|
MERGED-NEXT: 0x1003 | LF_STRING_ID [size = 16] ID: <no type>, String: SubOne
|
|
MERGED-NEXT: 0x1004 | LF_STRING_ID [size = 16] ID: <no type>, String: SubTwo
|
|
MERGED-NEXT: 0x1005 | LF_SUBSTR_LIST [size = 16]
|
|
MERGED-NEXT: 0x1003: `SubOne`
|
|
MERGED-NEXT: 0x1004: `SubTwo`
|
|
MERGED-NEXT: 0x1006 | LF_STRING_ID [size = 16] ID: 0x1005, String: Main
|
|
MERGED-NEXT: 0x1007 | LF_STRING_ID [size = 24] ID: <no type>, String: OnlyInSecond
|
|
|
|
TPI-EMPTY: Types (TPI Stream)
|
|
TPI-EMPTY-NEXT: ============================================================
|
|
TPI-EMPTY-NEXT: Showing 0 records
|