[ELF] Sort sections in order. NFC

GitOrigin-RevId: 81798d516067a58c8e4ba51072dae7351d445064
diff --git a/ELF/DWARF.cpp b/ELF/DWARF.cpp
index a56454c..ac28aa8 100644
--- a/ELF/DWARF.cpp
+++ b/ELF/DWARF.cpp
@@ -38,11 +38,11 @@
                 .Case(".debug_addr", &addrSection)
                 .Case(".debug_gnu_pubnames", &gnuPubnamesSection)
                 .Case(".debug_gnu_pubtypes", &gnuPubtypesSection)
+                .Case(".debug_line", &lineSection)
                 .Case(".debug_loclists", &loclistsSection)
                 .Case(".debug_ranges", &rangesSection)
                 .Case(".debug_rnglists", &rnglistsSection)
                 .Case(".debug_str_offsets", &strOffsetsSection)
-                .Case(".debug_line", &lineSection)
                 .Default(nullptr)) {
       m->Data = toStringRef(sec->contentMaybeDecompress());
       m->sec = sec;