COFF: Fix 32-bit delay-import address table.
authorRui Ueyama <ruiu@google.com>
Tue, 28 Jul 2015 02:54:18 +0000 (02:54 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 28 Jul 2015 02:54:18 +0000 (02:54 +0000)
commit7e387a68debc8b453811638b78edc0e0f525b7f5
treef4925523a7332807c4d686f6f7cc0361763d2534
parentcee4d85faf8abbfd29d707ddace1dd7990a0e92c
COFF: Fix 32-bit delay-import address table.

The address table entry is 32-bit wide on 32-bit and 64-bit on 64-bit.
Previously, it was 64-bit even on 32-bit.

llvm-svn: 243372
lld/COFF/DLL.cpp
lld/test/COFF/delayimports32.test