| # REQUIRES: x86 |
| # RUN: yaml2obj < %p/Inputs/hello32.yaml > %t.obj |
| # RUN: lld-link %t.obj %p/Inputs/std32.lib /subsystem:console \ |
| # RUN: /entry:main@0 /alternatename:___delayLoadHelper2@8=_main@0 \ |
| # RUN: /delayload:std32.dll /out:%t.exe |
| # RUN: llvm-readobj -coff-imports %t.exe | FileCheck -check-prefix=IMPORT %s |
| # RUN: llvm-readobj -coff-basereloc %t.exe | FileCheck -check-prefix=BASEREL %s |
| # RUN: llvm-objdump -d %t.exe | FileCheck -check-prefix=DISASM %s |
| |
| IMPORT: Format: COFF-i386 |
| IMPORT-NEXT: Arch: i386 |
| IMPORT-NEXT: AddressSize: 32bit |
| IMPORT-NEXT: DelayImport { |
| IMPORT-NEXT: Name: std32.dll |
| IMPORT-NEXT: Attributes: 0x1 |
| IMPORT-NEXT: ModuleHandle: 0x3018 |
| IMPORT-NEXT: ImportAddressTable: 0x3020 |
| IMPORT-NEXT: ImportNameTable: 0x2040 |
| IMPORT-NEXT: BoundDelayImportTable: 0x0 |
| IMPORT-NEXT: UnloadDelayImportTable: 0x0 |
| IMPORT-NEXT: Import { |
| IMPORT-NEXT: Symbol: ExitProcess (0) |
| IMPORT-NEXT: Address: 0x401029 |
| IMPORT-NEXT: } |
| IMPORT-NEXT: Import { |
| IMPORT-NEXT: Symbol: MessageBoxA (0) |
| IMPORT-NEXT: Address: 0x40103E |
| IMPORT-NEXT: } |
| IMPORT-NEXT: } |
| |
| BASEREL: BaseReloc [ |
| BASEREL-NEXT: Entry { |
| BASEREL-NEXT: Type: HIGHLOW |
| BASEREL-NEXT: Address: 0x1005 |
| BASEREL-NEXT: } |
| BASEREL-NEXT: Entry { |
| BASEREL-NEXT: Type: HIGHLOW |
| BASEREL-NEXT: Address: 0x100C |
| BASEREL-NEXT: } |
| BASEREL-NEXT: Entry { |
| BASEREL-NEXT: Type: HIGHLOW |
| BASEREL-NEXT: Address: 0x101F |
| BASEREL-NEXT: } |
| BASEREL-NEXT: Entry { |
| BASEREL-NEXT: Type: HIGHLOW |
| BASEREL-NEXT: Address: 0x1025 |
| BASEREL-NEXT: } |
| BASEREL-NEXT: Entry { |
| BASEREL-NEXT: Type: HIGHLOW |
| BASEREL-NEXT: Address: 0x102C |
| BASEREL-NEXT: } |
| BASEREL-NEXT: Entry { |
| BASEREL-NEXT: Type: HIGHLOW |
| BASEREL-NEXT: Address: 0x1031 |
| BASEREL-NEXT: } |
| BASEREL-NEXT: Entry { |
| BASEREL-NEXT: Type: HIGHLOW |
| BASEREL-NEXT: Address: 0x1041 |
| BASEREL-NEXT: } |
| BASEREL-NEXT: Entry { |
| BASEREL-NEXT: Type: HIGHLOW |
| BASEREL-NEXT: Address: 0x1046 |
| BASEREL-NEXT: } |
| BASEREL-NEXT: Entry { |
| BASEREL-NEXT: Type: HIGHLOW |
| BASEREL-NEXT: Address: 0x3020 |
| BASEREL-NEXT: } |
| BASEREL-NEXT: Entry { |
| BASEREL-NEXT: Type: HIGHLOW |
| BASEREL-NEXT: Address: 0x3024 |
| BASEREL-NEXT: } |
| BASEREL-NEXT: ] |
| |
| DISASM: 102b: 68 20 30 40 00 pushl $4206624 |
| DISASM-NEXT: 1030: 68 00 20 40 00 pushl $4202496 |
| DISASM-NEXT: 1035: e8 c6 ff ff ff calll -58 <.text> |
| DISASM-NEXT: 103a: 5a popl %edx |
| DISASM-NEXT: 103b: 59 popl %ecx |
| DISASM-NEXT: 103c: ff e0 jmpl *%eax |
| DISASM-NEXT: 103e: 51 pushl %ecx |
| DISASM-NEXT: 103f: 52 pushl %edx |
| DISASM-NEXT: 1040: 68 24 30 40 00 pushl $4206628 |
| DISASM-NEXT: 1045: 68 00 20 40 00 pushl $4202496 |
| DISASM-NEXT: 104a: e8 b1 ff ff ff calll -79 <.text> |
| DISASM-NEXT: 104f: 5a popl %edx |
| DISASM-NEXT: 1050: 59 popl %ecx |
| DISASM-NEXT: 1051: ff e0 jmpl *%eax |