Skip to content

Commit 25c34c0

Browse files
committed
Change formatting of ElfAArch64SectionFlags
1 parent f528eb7 commit 25c34c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llvm-readobj/ELFDumper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,7 @@ const EnumEntry<unsigned> ElfXCoreSectionFlags[] = {
13381338
};
13391339

13401340
const EnumEntry<unsigned> ElfAArch64SectionFlags[] = {
1341-
ENUM_ENT(SHF_AARCH64_PURECODE, "y"),
1341+
ENUM_ENT(SHF_AARCH64_PURECODE, "y")
13421342
};
13431343

13441344
const EnumEntry<unsigned> ElfARMSectionFlags[] = {

0 commit comments

Comments
 (0)