Skip to content

Commit

Permalink
[NFC] Sort textual headers by alphabetical order
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D119519
  • Loading branch information
Shubham Rastogi authored and Shubham Rastogi committed Feb 11, 2022
1 parent f2ff8a8 commit 0e263f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/include/llvm/module.modulemap
Expand Up @@ -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"
Expand All @@ -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 {
Expand Down

0 comments on commit 0e263f1

Please sign in to comment.