diff options
author | Rui Ueyama <ruiu@google.com> | 2015-03-24 22:43:58 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2015-03-24 22:43:58 +0000 |
commit | c756b2dfac6f0c177cb28c26b72f70aae56c009d (patch) | |
tree | 5216162a2bbff69f9407ac67ab9d94b58cbeeee8 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | e304bea010879945bf63eacb0b0e2f2d7974fbd8 (diff) | |
download | llvm-c756b2dfac6f0c177cb28c26b72f70aae56c009d.zip llvm-c756b2dfac6f0c177cb28c26b72f70aae56c009d.tar.gz llvm-c756b2dfac6f0c177cb28c26b72f70aae56c009d.tar.bz2 |
PECOFF: Reduce import table size.
Import Lookup Table in Import Directory Table has the same contents
as Hint/Name Table. Symbol names imported from DLLs are pointed by
both Import Directory Table and Hint/Name Table. We had duplicate
strings there.
This patch eliminates that duplication to make the table smaller.
This should reduce binary size by the sum of lengths of imported
symbols.
llvm-svn: 233128
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions