mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-26 09:18:56 +00:00
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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user