[PATCH] D119519: [NFC] Sort textual headers by alphabetical order

Lu Weining via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 10 22:00:01 PST 2022


SixWeining created this revision.
SixWeining added reviewers: rastogishubham, rengolin.
SixWeining requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119519

Files:
  llvm/include/llvm/module.modulemap


Index: llvm/include/llvm/module.modulemap
===================================================================
--- llvm/include/llvm/module.modulemap
+++ llvm/include/llvm/module.modulemap
@@ -71,6 +71,7 @@
     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 @@
     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 {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119519.407772.patch
Type: text/x-patch
Size: 852 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220211/34c54f0b/attachment.bin>


More information about the llvm-commits mailing list