123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462 |
- module LLVM_Analysis {
- requires cplusplus
- umbrella "Analysis"
- module * { export * }
- // This is intended for (repeated) textual inclusion.
- textual header "Analysis/ScalarFuncs.def"
- textual header "Analysis/TargetLibraryInfo.def"
- textual header "Analysis/VecFuncs.def"
- }
- 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.
- module LLVM_Backend {
- requires cplusplus
- module CodeGen {
- umbrella "CodeGen"
- module * { export * }
- // Exclude these; they're intended to be included into only a single
- // translation unit (or none) and aren't part of this module.
- exclude header "CodeGen/LinkAllAsmWriterComponents.h"
- exclude header "CodeGen/LinkAllCodegenComponents.h"
- // These are intended for (repeated) textual inclusion.
- textual header "CodeGen/DIEValue.def"
- textual header "CodeGen/MachinePassRegistry.def"
- }
- }
- // FIXME: Make this as a submodule of LLVM_Backend again.
- // Doing so causes a linker error in clang-format.
- module LLVM_Backend_Target {
- umbrella "Target"
- module * { export * }
- }
- module LLVM_Bitcode {
- requires cplusplus
- umbrella "Bitcode"
- module * { export * }
- }
- module LLVM_Bitstream {
- requires cplusplus
- umbrella "Bitstream"
- module * { export * }
- }
- module LLVM_BinaryFormat {
- requires cplusplus
- umbrella "BinaryFormat" module * { export * }
- textual header "BinaryFormat/Dwarf.def"
- textual header "BinaryFormat/DXContainerConstants.def"
- textual header "BinaryFormat/DynamicTags.def"
- textual header "BinaryFormat/MachO.def"
- textual header "BinaryFormat/MinidumpConstants.def"
- textual header "BinaryFormat/Swift.def"
- textual header "BinaryFormat/ELFRelocs/AArch64.def"
- textual header "BinaryFormat/ELFRelocs/AMDGPU.def"
- textual header "BinaryFormat/ELFRelocs/ARM.def"
- textual header "BinaryFormat/ELFRelocs/ARC.def"
- textual header "BinaryFormat/ELFRelocs/AVR.def"
- textual header "BinaryFormat/ELFRelocs/BPF.def"
- textual header "BinaryFormat/ELFRelocs/CSKY.def"
- 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"
- textual header "BinaryFormat/ELFRelocs/PowerPC64.def"
- textual header "BinaryFormat/ELFRelocs/PowerPC.def"
- textual header "BinaryFormat/ELFRelocs/RISCV.def"
- textual header "BinaryFormat/ELFRelocs/Sparc.def"
- textual header "BinaryFormat/ELFRelocs/SystemZ.def"
- textual header "BinaryFormat/ELFRelocs/VE.def"
- textual header "BinaryFormat/ELFRelocs/x86_64.def"
- textual header "BinaryFormat/ELFRelocs/Xtensa.def"
- textual header "BinaryFormat/WasmRelocs.def"
- textual header "BinaryFormat/MsgPack.def"
- }
- module LLVM_Config {
- requires cplusplus
- umbrella "Config"
- extern module LLVM_Extern_Config_Def "module.extern.modulemap"
- module * { export * }
- }
- module LLVM_DebugInfo {
- requires cplusplus
- module DIContext { header "DebugInfo/DIContext.h" export * }
- }
- module LLVM_DebugInfo_DWARF {
- requires cplusplus
- umbrella "DebugInfo/DWARF"
- module * { export * }
- }
- module LLVM_DebugInfo_PDB {
- requires cplusplus
- umbrella "DebugInfo/PDB"
- module * { export * }
- // Separate out this subdirectory; it's an optional component that depends on
- // a separate library which might not be available.
- //
- // FIXME: There should be a better way to specify this.
- exclude header "DebugInfo/PDB/DIA/DIADataStream.h"
- exclude header "DebugInfo/PDB/DIA/DIAEnumDebugStreams.h"
- exclude header "DebugInfo/PDB/DIA/DIAEnumFrameData.h"
- exclude header "DebugInfo/PDB/DIA/DIAEnumInjectedSources.h"
- exclude header "DebugInfo/PDB/DIA/DIAEnumLineNumbers.h"
- exclude header "DebugInfo/PDB/DIA/DIAEnumSectionContribs.h"
- exclude header "DebugInfo/PDB/DIA/DIAEnumSourceFiles.h"
- exclude header "DebugInfo/PDB/DIA/DIAEnumSymbols.h"
- exclude header "DebugInfo/PDB/DIA/DIAEnumTables.h"
- exclude header "DebugInfo/PDB/DIA/DIAError.h"
- exclude header "DebugInfo/PDB/DIA/DIAFrameData.h"
- exclude header "DebugInfo/PDB/DIA/DIAInjectedSource.h"
- exclude header "DebugInfo/PDB/DIA/DIALineNumber.h"
- exclude header "DebugInfo/PDB/DIA/DIARawSymbol.h"
- exclude header "DebugInfo/PDB/DIA/DIASectionContrib.h"
- exclude header "DebugInfo/PDB/DIA/DIASession.h"
- exclude header "DebugInfo/PDB/DIA/DIASourceFile.h"
- exclude header "DebugInfo/PDB/DIA/DIASupport.h"
- exclude header "DebugInfo/PDB/DIA/DIATable.h"
- exclude header "DebugInfo/PDB/DIA/DIAUtils.h"
- }
- module LLVM_DebugInfo_PDB_DIA {
- requires cplusplus
- umbrella "DebugInfo/PDB/DIA"
- module * { export * }
- }
- module LLVM_DebugInfo_MSF {
- requires cplusplus
- umbrella "DebugInfo/MSF"
- module * { export * }
- }
- module LLVM_DebugInfo_CodeView {
- requires cplusplus
- umbrella "DebugInfo/CodeView"
- module * { export * }
- // These are intended for (repeated) textual inclusion.
- textual header "DebugInfo/CodeView/CodeViewRegisters.def"
- textual header "DebugInfo/CodeView/CodeViewTypes.def"
- textual header "DebugInfo/CodeView/CodeViewSymbols.def"
- }
- module LLVM_DWARFLinker {
- requires cplusplus
- umbrella "DWARFLinker"
- module * { export * }
- }
- module LLVM_ExecutionEngine {
- requires cplusplus
- umbrella "ExecutionEngine"
- module * { export * }
- // Exclude this; it's an optional component of the ExecutionEngine.
- exclude header "ExecutionEngine/OProfileWrapper.h"
- // Exclude these; they're intended to be included into only a single
- // translation unit (or none) and aren't part of this module.
- exclude header "ExecutionEngine/MCJIT.h"
- exclude header "ExecutionEngine/Interpreter.h"
- // Exclude headers from LLVM_OrcSupport.
- exclude header "ExecutionEngine/Orc/Shared/OrcError.h"
- }
- module LLVM_FileCheck {
- requires cplusplus
- umbrella "FileCheck"
- module * { export * }
- }
- module LLVM_Frontend_OpenMP {
- requires cplusplus
- umbrella "Frontend/OpenMP"
- module * { export * }
- exclude header "Frontend/OpenMP/OMPKinds.def"
- }
- // Orc utilities that don't depend only on Support (not ExecutionEngine or
- // IR). This is a workaround for ExecutionEngine's broken layering, and will
- // be removed in the future.
- module LLVM_OrcSupport {
- requires cplusplus
- header "ExecutionEngine/Orc/Shared/OrcError.h"
- export *
- }
- module LLVM_Pass {
- module Pass {
- // PassSupport.h and PassAnalysisSupport.h are made available only through
- // Pass.h.
- header "Pass.h"
- textual header "PassSupport.h"
- textual header "PassAnalysisSupport.h"
- export *
- }
- module PassRegistry { header "PassRegistry.h" export * }
- module InitializePasses { header "InitializePasses.h" export * }
- }
- module LLVM_intrinsic_gen {
- requires cplusplus
- // Delay building the modules containing dependencies to Attributes.h and
- // Intrinsics.h because they need to be generated by tablegen first.
- // Attributes.h
- module IR_Argument { header "IR/Argument.h" export * }
- module IR_Attributes {
- header "IR/Attributes.h"
- extern module LLVM_Extern_IR_Attributes_Gen "module.extern.modulemap"
- export *
- }
- module IR_AbstractCallSite { header "IR/AbstractCallSite.h" export * }
- module IR_ConstantFold { header "IR/ConstantFold.h" export * }
- module IR_ConstantFolder { header "IR/ConstantFolder.h" export * }
- module IR_GlobalVariable { header "IR/GlobalVariable.h" export * }
- module IR_NoFolder { header "IR/NoFolder.h" export * }
- module IRBuilderFolder { header "IR/IRBuilderFolder.h" export * }
- module IR_Module { header "IR/Module.h" export * }
- module IR_ModuleSummaryIndex { header "IR/ModuleSummaryIndex.h" export * }
- module IR_ModuleSummaryIndexYAML { header "IR/ModuleSummaryIndexYAML.h" export * }
- module IR_Function { header "IR/Function.h" export * }
- module IR_InstrTypes { header "IR/InstrTypes.h" export * }
- module IR_Instructions { header "IR/Instructions.h" export * }
- module IR_TypeFinder { header "IR/TypeFinder.h" export * }
- module IR_VectorBuilder { header "IR/VectorBuilder.h" export * }
- // Intrinsics.h
- module IR_CFG { header "IR/CFG.h" export * }
- module IR_ConstantRange { header "IR/ConstantRange.h" export * }
- module IR_Dominators { header "IR/Dominators.h" export * }
- module IR_FixedPointBuilder { header "IR/FixedPointBuilder.h" export * }
- module Analysis_PostDominators { header "Analysis/PostDominators.h" export * }
- module Analysis_DomTreeUpdater { header "Analysis/DomTreeUpdater.h" export * }
- module IR_IRBuilder { header "IR/IRBuilder.h" export * }
- module IR_IRPrintingPasses { header "IR/IRPrintingPasses.h" export * }
- module IR_MatrixBuilder { header "IR/MatrixBuilder.h" export * }
- module IR_PassManager { header "IR/PassManager.h" export * }
- module IR_PassManagerImpl { header "IR/PassManagerImpl.h" export * }
- module IR_PredIteratorCache { header "IR/PredIteratorCache.h" export * }
- module IR_Verifier { header "IR/Verifier.h" export * }
- module IR_InstIterator { header "IR/InstIterator.h" export * }
- module IR_InstVisitor { header "IR/InstVisitor.h" export * }
- module IR_Intrinsics {
- header "IR/Intrinsics.h"
- extern module LLVM_Extern_IR_Intricsics_Gen "module.extern.modulemap"
- extern module LLVM_Extern_IR_Intrinsics_Enum "module.extern.modulemap"
- export *
- }
- module IR_IntrinsicInst { header "IR/IntrinsicInst.h" export * }
- module IR_PatternMatch { header "IR/PatternMatch.h" export * }
- module IR_SafepointIRVerifier { header "IR/SafepointIRVerifier.h" export * }
- module IR_Statepoint { header "IR/Statepoint.h" export * }
- module IR_DebugInfo { header "IR/DebugInfo.h" export * }
- export *
- }
- module LLVM_IR {
- requires cplusplus
- umbrella "IR"
- module * { export * }
- // These are intended for (repeated) textual inclusion.
- textual header "IR/ConstrainedOps.def"
- textual header "IR/DebugInfoFlags.def"
- textual header "IR/Instruction.def"
- textual header "IR/Metadata.def"
- textual header "IR/FixedMetadataKinds.def"
- textual header "IR/Value.def"
- textual header "IR/VPIntrinsics.def"
- 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_MC {
- requires cplusplus
- umbrella "MC"
- module * { export * }
- }
- // Used by llvm-tblgen
- module LLVM_MC_TableGen {
- requires cplusplus
- module MC_LaneBitmask { header "MC/LaneBitmask.h" export * }
- module MC_InstrItineraries { header "MC/MCInstrItineraries.h" export * }
- module MC_Schedule { header "MC/MCSchedule.h" export * }
- module MC_SubtargetFeature { header "MC/SubtargetFeature.h" export * }
- }
- module LLVM_Object {
- requires cplusplus
- umbrella "Object"
- module * { export * }
- }
- module LLVM_Option {
- requires cplusplus
- umbrella "Option"
- module * { export * }
- }
- module LLVM_ProfileData {
- requires cplusplus
- umbrella "ProfileData"
- module * { export * }
- textual header "ProfileData/InstrProfData.inc"
- textual header "ProfileData/MemProfData.inc"
- textual header "ProfileData/MIBEntryDef.inc"
- }
- // FIXME: Mislayered?
- module LLVM_Support_TargetRegistry {
- requires cplusplus
- header "Support/TargetRegistry.h"
- export *
- }
- module LLVM_TableGen {
- requires cplusplus
- umbrella "TableGen"
- module * { export * }
- }
- module LLVM_Transforms {
- requires cplusplus
- umbrella "Transforms"
- module * { export * }
- // Requires DEBUG_TYPE to be defined by including file.
- exclude header "Transforms/Utils/InstructionWorklist.h"
- }
- extern module LLVM_Extern_Utils_DataTypes "module.extern.modulemap"
- // Build the module with the tablegen-generated files needed by the
- // TargetParser module before building the TargetParser module itself.
- module TargetParserGen {
- module RISCVTargetParserDef {
- header "TargetParser/RISCVTargetParser.h"
- extern module LLVM_Extern_TargetParser_Gen "module.extern.modulemap"
- export *
- }
- }
- // A module covering ADT/ and Support/. These are intertwined and
- // codependent, and notionally form a single module.
- module LLVM_Utils {
- module ADT {
- requires cplusplus
- umbrella "ADT"
- module * { export * }
- }
- module Support {
- requires cplusplus
- umbrella "Support"
- module * { export * }
- // Exclude this; it should only be used on Windows.
- exclude header "Support/Windows/WindowsSupport.h"
- // Exclude these; they are fundamentally non-modular.
- exclude header "Support/PluginLoader.h"
- exclude header "Support/Solaris/sys/regset.h"
- textual header "Support/TargetOpcodes.def"
- }
- module TargetParser {
- requires cplusplus
- umbrella "TargetParser"
- module * { export * }
- // These are intended for textual inclusion.
- textual header "TargetParser/ARMTargetParser.def"
- textual header "TargetParser/CSKYTargetParser.def"
- textual header "TargetParser/X86TargetParser.def"
- textual header "TargetParser/LoongArchTargetParser.def"
- }
- // This part of the module is usable from both C and C++ code.
- module ConvertUTF {
- header "Support/ConvertUTF.h"
- export *
- }
- }
- // This is used for a $src == $build compilation. Otherwise we use
- // LLVM_Support_DataTypes_Build, defined in a module map that is
- // copied into the build area.
- module LLVM_Support_DataTypes_Src {
- header "llvm/Support/DataTypes.h"
- export *
- }
- module LLVM_WindowsManifest {
- requires cplusplus
- umbrella "WindowsManifest"
- module * { export * }
- }
|