[llvm] 0e263f1 - [NFC] Sort textual headers by alphabetical order
Shubham Rastogi via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 10 22:35:29 PST 2022
Author: Shubham Rastogi
Date: 2022-02-10T22:34:37-08:00
New Revision: 0e263f17751d8097603c1cbb5516cf3966be8784
URL: https://github.com/llvm/llvm-project/commit/0e263f17751d8097603c1cbb5516cf3966be8784
DIFF: https://github.com/llvm/llvm-project/commit/0e263f17751d8097603c1cbb5516cf3966be8784.diff
LOG: [NFC] Sort textual headers by alphabetical order
Differential Revision: https://reviews.llvm.org/D119519
Added:
Modified:
llvm/include/llvm/module.modulemap
Removed:
################################################################################
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index c6be8ebd40c91..3fd97d0717aff 100644
--- a/llvm/include/llvm/module.modulemap
+++ b/llvm/include/llvm/module.modulemap
@@ -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 {
More information about the llvm-commits
mailing list