forked from OSchip/llvm-project
[NFC] Sort textual headers by alphabetical order
Differential Revision: https://reviews.llvm.org/D119519
This commit is contained in:
parent
f2ff8a8e83
commit
0e263f1775
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue