Skip to content

Commit 338a565

Browse files
committed
disable clang-format
1 parent 6e981a0 commit 338a565

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ std::optional<MCFixupKind> X86AsmBackend::getFixupKind(StringRef Name) const {
629629

630630
const MCFixupKindInfo &X86AsmBackend::getFixupKindInfo(MCFixupKind Kind) const {
631631
const static MCFixupKindInfo Infos[X86::NumTargetFixupKinds] = {
632+
// clang-format off
632633
{"reloc_riprel_4byte", 0, 32, MCFixupKindInfo::FKF_IsPCRel},
633634
{"reloc_riprel_4byte_movq_load", 0, 32, MCFixupKindInfo::FKF_IsPCRel},
634635
{"reloc_riprel_4byte_movq_load_rex2", 0, 32, MCFixupKindInfo::FKF_IsPCRel},
@@ -640,6 +641,7 @@ const MCFixupKindInfo &X86AsmBackend::getFixupKindInfo(MCFixupKind Kind) const {
640641
{"reloc_global_offset_table", 0, 32, 0},
641642
{"reloc_global_offset_table8", 0, 64, 0},
642643
{"reloc_branch_4byte_pcrel", 0, 32, MCFixupKindInfo::FKF_IsPCRel},
644+
// clang-format on
643645
};
644646

645647
// Fixup kinds from .reloc directive are like R_386_NONE/R_X86_64_NONE. They

0 commit comments

Comments
 (0)