summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/lib/ReaderWriter/ELF/Mips/MipsReginfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lld/lib/ReaderWriter/ELF/Mips/MipsReginfo.h b/lld/lib/ReaderWriter/ELF/Mips/MipsReginfo.h
index 6ab6528a83a..bd64c95abfe 100644
--- a/lld/lib/ReaderWriter/ELF/Mips/MipsReginfo.h
+++ b/lld/lib/ReaderWriter/ELF/Mips/MipsReginfo.h
@@ -35,8 +35,7 @@ struct Elf_RegInfo<ELFType<TargetEndianness, MaxAlign, true>> {
};
template <class ELFT> struct Elf_Mips_Options {
- LLVM_ELF_IMPORT_TYPES(ELFT::TargetEndianness, ELFT::MaxAlignment,
- ELFT::Is64Bits)
+ LLVM_ELF_IMPORT_TYPES_ELFT(ELFT)
uint8_t kind; // Determines interpretation of variable part of descriptor
uint8_t size; // Byte size of descriptor, including this header
Elf_Half section; // Section header index of section affected,
OpenPOWER on IntegriCloud