Add a reference for Elf_Chdr type.

llvm-svn: 274793
This commit is contained in:
Rui Ueyama 2016-07-07 20:19:19 +00:00
parent 598f8aad98
commit 52a1dd76cb
1 changed files with 1 additions and 0 deletions

View File

@ -561,6 +561,7 @@ struct Elf_GnuHash_Impl {
};
// Compressed section headers.
// http://www.sco.com/developers/gabi/latest/ch4.sheader.html#compression_header
template <endianness TargetEndianness>
struct Elf_Chdr_Impl<ELFType<TargetEndianness, false>> {
LLVM_ELF_IMPORT_TYPES(TargetEndianness, false)