[NFC] Sort textual headers by alphabetical order

Differential Revision: https://reviews.llvm.org/D119519
This commit is contained in:
Shubham Rastogi 2022-02-10 22:34:37 -08:00
parent f2ff8a8e83
commit 0e263f1775
1 changed files with 1 additions and 1 deletions

View File

@ -71,6 +71,7 @@ module LLVM_BinaryFormat {
textual header "BinaryFormat/ELFRelocs/Hexagon.def"
textual header "BinaryFormat/ELFRelocs/i386.def"
textual header "BinaryFormat/ELFRelocs/Lanai.def"
textual header "BinaryFormat/ELFRelocs/LoongArch.def"
textual header "BinaryFormat/ELFRelocs/M68k.def"
textual header "BinaryFormat/ELFRelocs/Mips.def"
textual header "BinaryFormat/ELFRelocs/MSP430.def"
@ -83,7 +84,6 @@ module LLVM_BinaryFormat {
textual header "BinaryFormat/ELFRelocs/x86_64.def"
textual header "BinaryFormat/WasmRelocs.def"
textual header "BinaryFormat/MsgPack.def"
textual header "BinaryFormat/ELFRelocs/LoongArch.def"
}
module LLVM_Config {