forked from OSchip/llvm-project
Fix broken pdb test.
For some reason I didn't see this failure the first time. The output format changed slightly, so we just have to update the test for the new format. llvm-svn: 310442
This commit is contained in:
parent
f0ada558ce
commit
2a77b266b5
|
@ -454,6 +454,7 @@ ALL-NEXT: TI: 0x1000, Offset: 0
|
|||
ALL: Hash Adjusters:
|
||||
ALL: Global Symbols
|
||||
ALL-NEXT: ============================================================
|
||||
ALL-NEXT: Records
|
||||
ALL-NEXT: 56 | S_PROCREF [size = 20] `main`
|
||||
ALL-NEXT: module = 1, sum name = 0, offset = 120
|
||||
ALL-NEXT: 76 | S_GDATA32 [size = 28] `__purecall`
|
||||
|
@ -461,6 +462,7 @@ ALL-NEXT: type = 0x0403 (void*), addr = 0003:0000
|
|||
ALL-NOT: S_PUB32
|
||||
ALL: Public Symbols
|
||||
ALL-NEXT: ============================================================
|
||||
ALL-NEXT: Records
|
||||
ALL-NEXT: 0 | S_PUB32 [size = 36] `?__purecall@@3PAXA`
|
||||
ALL-NEXT: flags = none, addr = 0003:0000
|
||||
ALL-NEXT: 36 | S_PUB32 [size = 20] `_main`
|
||||
|
|
Loading…
Reference in New Issue