Update COFF delay-import table tests for r221855.

This test should now have caught a bug fixed in r221853.

llvm-svn: 221856
This commit is contained in:
Rui Ueyama 2014-11-13 03:24:54 +00:00
parent ffa4cebe91
commit c272dcaff6
1 changed files with 24 additions and 6 deletions

View File

@ -17,9 +17,18 @@ X86-NEXT: ImportAddressTable: 0x1004
X86-NEXT: ImportNameTable: 0x2000
X86-NEXT: BoundDelayImportTable: 0x0
X86-NEXT: UnloadDelayImportTable: 0x0
X86-NEXT: Symbol: _name_with_underscore (0)
X86-NEXT: Symbol: fn (1)
X86-NEXT: Symbol: (1)
X86-NEXT: Import {
X86-NEXT: Symbol: _name_with_underscore (0)
X86-NEXT: Address: 0x501F
X86-NEXT: }
X86-NEXT: Import {
X86-NEXT: Symbol: fn (1)
X86-NEXT: Address: 0x5034
X86-NEXT: }
X86-NEXT: Import {
X86-NEXT: Symbol: (1)
X86-NEXT: Address: 0x5049
X86-NEXT: }
X86-NEXT: }
X64: DelayImport {
@ -30,7 +39,16 @@ X64-NEXT: ImportAddressTable: 0x1008
X64-NEXT: ImportNameTable: 0x2000
X64-NEXT: BoundDelayImportTable: 0x0
X64-NEXT: UnloadDelayImportTable: 0x0
X64-NEXT: Symbol: _name_with_underscore (0)
X64-NEXT: Symbol: fn (1)
X64-NEXT: Symbol: (1)
X64-NEXT: Import {
X64-NEXT: Symbol: _name_with_underscore (0)
X64-NEXT: Address: 0x14000501F
X64-NEXT: }
X64-NEXT: Import {
X64-NEXT: Symbol: fn (1)
X64-NEXT: Address: 0x140005076
X64-NEXT: }
X64-NEXT: Import {
X64-NEXT: Symbol: (1)
X64-NEXT: Address: 0x1400050CD
X64-NEXT: }
X64-NEXT: }