From: Adrian Prantl Date: Thu, 3 Jan 2019 19:30:18 +0000 (+0000) Subject: Reflow module.modulemap for readability X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e367ebacf274af3ffa65b9046bd3b50127f09c9a;p=llvm Reflow module.modulemap for readability git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350347 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index 325bd168d00..bcc12534ec8 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -7,7 +7,11 @@ module LLVM_Analysis { textual header "Analysis/TargetLibraryInfo.def" } -module LLVM_AsmParser { requires cplusplus umbrella "AsmParser" module * { export * } } +module LLVM_AsmParser { + requires cplusplus + umbrella "AsmParser" + module * { export * } +} // A module covering CodeGen/ and Target/. These are intertwined // and codependent, and thus notionally form a single module. @@ -36,7 +40,11 @@ module LLVM_Backend_Target { module * { export * } } -module LLVM_Bitcode { requires cplusplus umbrella "Bitcode" module * { export * } } +module LLVM_Bitcode { + requires cplusplus + umbrella "Bitcode" + module * { export * } +} module LLVM_BinaryFormat { @@ -246,9 +254,23 @@ module LLVM_IR { textual header "IR/RuntimeLibcalls.def" } -module LLVM_IRReader { requires cplusplus umbrella "IRReader" module * { export * } } -module LLVM_LineEditor { requires cplusplus umbrella "LineEditor" module * { export * } } -module LLVM_LTO { requires cplusplus umbrella "LTO" module * { export * } } +module LLVM_IRReader { + requires cplusplus + umbrella "IRReader" + module * { export * } +} + +module LLVM_LineEditor { + requires cplusplus + umbrella "LineEditor" + module * { export * } +} + +module LLVM_LTO { + requires cplusplus + umbrella "LTO" + module * { export * } +} module LLVM_MC { requires cplusplus @@ -275,7 +297,11 @@ module LLVM_Object { module * { export * } } -module LLVM_Option { requires cplusplus umbrella "Option" module * { export * } } +module LLVM_Option { + requires cplusplus + umbrella "Option" + module * { export * } +} module LLVM_ProfileData { requires cplusplus @@ -293,7 +319,11 @@ module LLVM_Support_TargetRegistry { export * } -module LLVM_TableGen { requires cplusplus umbrella "TableGen" module * { export * } } +module LLVM_TableGen { + requires cplusplus + umbrella "TableGen" + module * { export * } +} module LLVM_Transforms { requires cplusplus