Silence a warning, trying to unbreak the build after r241765.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241772 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Davide Italiano 2015-07-09 01:45:02 +00:00
parent 43dce9c732
commit 776151f085

View File

@ -467,7 +467,7 @@ struct Elf_Phdr_Impl<ELFType<TargetEndianness, true>> {
// ELFT needed for endianess.
template <class ELFT>
struct Elf_Hash {
LLVM_ELF_IMPORT_TYPES_ELFT(ELFT);
LLVM_ELF_IMPORT_TYPES_ELFT(ELFT)
Elf_Word nbucket;
Elf_Word nchain;