[PATCH] D23540: COFF: Fix short import lib import name type bitshift
Martell Malone via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 15 22:39:06 PDT 2016
martell added a comment.
llvm-readobj hello.lib
File: HELLO.dll
Format: COFF-x86-64
Arch: x86_64
AddressSize: 64bit
File: HELLO.dll
Format: COFF-x86-64
Arch: x86_64
AddressSize: 64bit
File: HELLO.dll
Format: COFF-x86-64
Arch: x86_64
AddressSize: 64bit
Error reading file: hello.lib: Unrecognized file type..
It seems that objdump does not know how to handle short import sections.
Are you sure it is being used?
Repository:
rL LLVM
https://reviews.llvm.org/D23540
More information about the llvm-commits
mailing list