From: Davide Italiano Date: Thu, 9 Jul 2015 01:45:02 +0000 (+0000) Subject: Silence a warning, trying to unbreak the build after r241765. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=776151f08566391ab6c9aab3ddb86cc43d0c83d3;p=oota-llvm.git 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 --- diff --git a/include/llvm/Object/ELFTypes.h b/include/llvm/Object/ELFTypes.h index 127e7dc2351..87de41c1b4a 100644 --- a/include/llvm/Object/ELFTypes.h +++ b/include/llvm/Object/ELFTypes.h @@ -467,7 +467,7 @@ struct Elf_Phdr_Impl> { // ELFT needed for endianess. template struct Elf_Hash { - LLVM_ELF_IMPORT_TYPES_ELFT(ELFT); + LLVM_ELF_IMPORT_TYPES_ELFT(ELFT) Elf_Word nbucket; Elf_Word nchain;