File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -412,6 +412,7 @@ const EnumEntry<COFF::DLLCharacteristics> PEDLLCharacteristics[] = {
412412 LLVM_READOBJ_ENUM_ENT (COFF, IMAGE_DLL_CHARACTERISTICS_TERMINAL_SERVER_AWARE),
413413};
414414
415+ // clang-format off
415416static const EnumEntry<COFF::ExtendedDLLCharacteristics>
416417 PEExtendedDLLCharacteristics[] = {
417418 LLVM_READOBJ_ENUM_ENT (COFF, IMAGE_DLL_CHARACTERISTICS_EX_CET_COMPAT ),
@@ -423,6 +424,7 @@ static const EnumEntry<COFF::ExtendedDLLCharacteristics>
423424 LLVM_READOBJ_ENUM_ENT (COFF, IMAGE_DLL_CHARACTERISTICS_EX_FORWARD_CFI_COMPAT ),
424425 LLVM_READOBJ_ENUM_ENT (COFF, IMAGE_DLL_CHARACTERISTICS_EX_HOTPATCH_COMPATIBLE ),
425426};
427+ // clang-format on
426428
427429static const EnumEntry<COFF::SectionCharacteristics>
428430ImageSectionCharacteristics[] = {
You can’t perform that action at this time.
0 commit comments