diff --git a/lld/ELF/InputSection.h b/lld/ELF/InputSection.h index 3ad6129bc5d16..4907e10fcbfc5 100644 --- a/lld/ELF/InputSection.h +++ b/lld/ELF/InputSection.h @@ -43,7 +43,7 @@ template struct RelsOrRelas { // sections. class SectionBase { public: - enum Kind { Regular, EHFrame, Merge, Synthetic, Output }; + enum Kind { Regular, Synthetic, EHFrame, Merge, Output }; Kind kind() const { return (Kind)sectionKind; }