diff options
author | Rui Ueyama <ruiu@google.com> | 2015-08-28 05:47:46 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2015-08-28 05:47:46 +0000 |
commit | 22b1b7aad235d614a0de578cba62498b288dd830 (patch) | |
tree | c892bee7135f38f0872d9d937129791c06fd57dd /clang/lib/CodeGen/CGVTables.cpp | |
parent | 1e051aab0cc12bb4a4c1be8d1b1b70537fd0f012 (diff) | |
download | llvm-22b1b7aad235d614a0de578cba62498b288dd830.zip llvm-22b1b7aad235d614a0de578cba62498b288dd830.tar.gz llvm-22b1b7aad235d614a0de578cba62498b288dd830.tar.bz2 |
Object: Teach llvm-ar to create symbol table for COFF short import files.
COFF short import files are special kind of files that contains only
DLL-exported symbol names. That's different from object files because
it has no data except symbol names.
This change implements a SymbolicFile interface for the short import
files so that symbol names can be accessed through that interface.
llvm-ar is now able to read the file and create symbol table entries
for short import files.
llvm-svn: 246276
Diffstat (limited to 'clang/lib/CodeGen/CGVTables.cpp')
0 files changed, 0 insertions, 0 deletions