Silence a warning, trying to unbreak the build after r241765.
authorDavide Italiano <davide@freebsd.org>
Thu, 9 Jul 2015 01:45:02 +0000 (01:45 +0000)
committerDavide Italiano <davide@freebsd.org>
Thu, 9 Jul 2015 01:45:02 +0000 (01:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241772 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Object/ELFTypes.h

index 127e7dc2351465c7c3a67d18c087af478b2051a9..87de41c1b4afff98f831df76c85d0d5e652f43ed 100644 (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;