diff options
| author | orivej <[email protected]> | 2022-02-10 16:45:01 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:01 +0300 |
| commit | 2d37894b1b037cf24231090eda8589bbb44fb6fc (patch) | |
| tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/llvm12/include/llvm/module.install.modulemap | |
| parent | 718c552901d703c502ccbefdfc3c9028d608b947 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/llvm12/include/llvm/module.install.modulemap')
| -rw-r--r-- | contrib/libs/llvm12/include/llvm/module.install.modulemap | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/contrib/libs/llvm12/include/llvm/module.install.modulemap b/contrib/libs/llvm12/include/llvm/module.install.modulemap index 4859617e2a3..ac73a861232 100644 --- a/contrib/libs/llvm12/include/llvm/module.install.modulemap +++ b/contrib/libs/llvm12/include/llvm/module.install.modulemap @@ -1,27 +1,27 @@ - -module LLVM_Extern_Config_Def { - textual header "Config/AsmParsers.def" - textual header "Config/AsmPrinters.def" - textual header "Config/Disassemblers.def" - textual header "Config/Targets.def" - export * -} - -module LLVM_Extern_IR_Attributes_Gen { - textual header "IR/Attributes.gen" - textual header "IR/Attributes.inc" -} - -module LLVM_Extern_IR_Intrinsics_Gen { - textual header "IR/Intrinsics.gen" - textual header "IR/Intrinsics.inc" -} - -module LLVM_Extern_IR_Intrinsics_Enum { - textual header "IR/IntrinsicEnums.inc" -} - -module LLVM_Extern_Utils_DataTypes { - header "Support/DataTypes.h" - export * -} + +module LLVM_Extern_Config_Def { + textual header "Config/AsmParsers.def" + textual header "Config/AsmPrinters.def" + textual header "Config/Disassemblers.def" + textual header "Config/Targets.def" + export * +} + +module LLVM_Extern_IR_Attributes_Gen { + textual header "IR/Attributes.gen" + textual header "IR/Attributes.inc" +} + +module LLVM_Extern_IR_Intrinsics_Gen { + textual header "IR/Intrinsics.gen" + textual header "IR/Intrinsics.inc" +} + +module LLVM_Extern_IR_Intrinsics_Enum { + textual header "IR/IntrinsicEnums.inc" +} + +module LLVM_Extern_Utils_DataTypes { + header "Support/DataTypes.h" + export * +} |
