1//===- llvm-build generated file --------------------------------*- C++ -*-===// 2// 3// Component Library Dependency Table 4// 5// Automatically generated file, do not edit! 6// 7//===----------------------------------------------------------------------===// 8 9struct AvailableComponent { 10 /// The name of the component. 11 const char *Name; 12 13 /// The name of the library for this component (or NULL). 14 const char *Library; 15 16 /// Whether the component is installed. 17 bool IsInstalled; 18 19 /// The list of libraries required when linking this component. 20 const char *RequiredLibraries[26]; 21} AvailableComponents[83] = { 22 { "aggressiveinstcombine", "LLVMAggressiveInstCombine", true, { "analysis", "core", "support", "transformutils" } }, 23 { "all", nullptr, true, { "all-targets", "cfguard", "coroutines", "coverage", "debuginfogsym", "dlltooldriver", "dwarflinker", "engine", "frontendopenmp", "fuzzmutate", "gtest_main", "libdriver", "lineeditor", "lto", "mca", "mcjit", "native", "nativecodegen", "objectyaml", "orcjit", "symbolize", "tablegen", "testingsupport", "windowsmanifest", "xray" } }, 24 { "all-targets", nullptr, true, { "powerpc", "amdgpu" } }, 25 { "amdgpu", nullptr, true, { "amdgpuinfo", "amdgpuutils", "amdgpudesc", "amdgpuasmparser", "amdgpucodegen", "amdgpudisassembler" } }, 26 { "amdgpuasmparser", "LLVMAMDGPUAsmParser", true, { "mc", "mcparser", "amdgpudesc", "amdgpuinfo", "amdgpuutils", "support" } }, 27 { "amdgpucodegen", "LLVMAMDGPUCodeGen", true, { "analysis", "asmprinter", "codegen", "core", "ipo", "mc", "amdgpudesc", "amdgpuinfo", "amdgpuutils", "scalaropts", "selectiondag", "support", "target", "transformutils", "vectorize", "globalisel", "binaryformat", "mirparser" } }, 28 { "amdgpudesc", "LLVMAMDGPUDesc", true, { "core", "mc", "amdgpuinfo", "amdgpuutils", "support", "binaryformat" } }, 29 { "amdgpudisassembler", "LLVMAMDGPUDisassembler", true, { "amdgpudesc", "amdgpuinfo", "amdgpuutils", "mc", "mcdisassembler", "support" } }, 30 { "amdgpuinfo", "LLVMAMDGPUInfo", true, { "support" } }, 31 { "amdgpuutils", "LLVMAMDGPUUtils", true, { "core", "mc", "binaryformat", "support" } }, 32 { "analysis", "LLVMAnalysis", true, { "binaryformat", "core", "object", "profiledata", "support" } }, 33 { "asmparser", "LLVMAsmParser", true, { "binaryformat", "core", "support" } }, 34 { "asmprinter", "LLVMAsmPrinter", true, { "analysis", "binaryformat", "codegen", "core", "debuginfocodeview", "debuginfodwarf", "debuginfomsf", "mc", "mcparser", "remarks", "support", "target" } }, 35 { "binaryformat", "LLVMBinaryFormat", true, { "support" } }, 36 { "bitreader", "LLVMBitReader", true, { "bitstreamreader", "core", "support" } }, 37 { "bitstreamreader", "LLVMBitstreamReader", true, { "support" } }, 38 { "bitwriter", "LLVMBitWriter", true, { "analysis", "core", "mc", "object", "support" } }, 39 { "cfguard", "LLVMCFGuard", true, { "core", "support" } }, 40 { "codegen", "LLVMCodeGen", true, { "analysis", "bitreader", "bitwriter", "core", "mc", "profiledata", "scalaropts", "support", "target", "transformutils" } }, 41 { "core", "LLVMCore", true, { "binaryformat", "remarks", "support" } }, 42 { "coroutines", "LLVMCoroutines", true, { "analysis", "core", "ipo", "scalaropts", "support", "transformutils" } }, 43 { "coverage", "LLVMCoverage", true, { "core", "object", "profiledata", "support" } }, 44 { "debuginfocodeview", "LLVMDebugInfoCodeView", true, { "support", "debuginfomsf" } }, 45 { "debuginfodwarf", "LLVMDebugInfoDWARF", true, { "binaryformat", "object", "mc", "support" } }, 46 { "debuginfogsym", "LLVMDebugInfoGSYM", true, { "mc", "support" } }, 47 { "debuginfomsf", "LLVMDebugInfoMSF", true, { "support" } }, 48 { "debuginfopdb", "LLVMDebugInfoPDB", true, { "object", "support", "debuginfocodeview", "debuginfomsf" } }, 49 { "demangle", "LLVMDemangle", true, { } }, 50 { "dlltooldriver", "LLVMDlltoolDriver", true, { "object", "option", "support" } }, 51 { "dwarflinker", "LLVMDWARFLinker", true, { "debuginfodwarf", "asmprinter", "codegen", "mc", "object", "support" } }, 52 { "engine", nullptr, true, { "interpreter" } }, 53 { "executionengine", "LLVMExecutionEngine", true, { "core", "mc", "object", "runtimedyld", "support", "target" } }, 54 { "frontendopenmp", "LLVMFrontendOpenMP", true, { "core", "support", "transformutils" } }, 55 { "fuzzmutate", "LLVMFuzzMutate", true, { "analysis", "bitreader", "bitwriter", "core", "scalaropts", "support", "target" } }, 56 { "globalisel", "LLVMGlobalISel", true, { "analysis", "codegen", "core", "mc", "selectiondag", "support", "target", "transformutils" } }, 57 { "gtest", "gtest", false, { "support" } }, 58 { "gtest_main", "gtest_main", false, { "gtest" } }, 59 { "instcombine", "LLVMInstCombine", true, { "analysis", "core", "support", "transformutils" } }, 60 { "instrumentation", "LLVMInstrumentation", true, { "analysis", "core", "mc", "support", "transformutils", "profiledata" } }, 61 { "interpreter", "LLVMInterpreter", true, { "codegen", "core", "executionengine", "support" } }, 62 { "ipo", "LLVMipo", true, { "aggressiveinstcombine", "analysis", "bitreader", "bitwriter", "core", "instcombine", "irreader", "linker", "object", "profiledata", "scalaropts", "support", "transformutils", "vectorize", "instrumentation" } }, 63 { "irreader", "LLVMIRReader", true, { "asmparser", "bitreader", "core", "support" } }, 64 { "jitlink", "LLVMJITLink", true, { "binaryformat", "object", "support" } }, 65 { "libdriver", "LLVMLibDriver", true, { "binaryformat", "bitreader", "object", "option", "support" } }, 66 { "lineeditor", "LLVMLineEditor", true, { "support" } }, 67 { "linker", "LLVMLinker", true, { "core", "support", "transformutils" } }, 68 { "lto", "LLVMLTO", true, { "aggressiveinstcombine", "analysis", "bitreader", "bitwriter", "codegen", "core", "ipo", "instcombine", "linker", "mc", "objcarcopts", "object", "passes", "remarks", "scalaropts", "support", "target", "transformutils" } }, 69 { "mc", "LLVMMC", true, { "support", "binaryformat", "debuginfocodeview" } }, 70 { "mca", "LLVMMCA", true, { "mc", "support" } }, 71 { "mcdisassembler", "LLVMMCDisassembler", true, { "mc", "support" } }, 72 { "mcjit", "LLVMMCJIT", true, { "core", "executionengine", "object", "runtimedyld", "support", "target" } }, 73 { "mcparser", "LLVMMCParser", true, { "mc", "support" } }, 74 { "mirparser", "LLVMMIRParser", true, { "asmparser", "binaryformat", "codegen", "core", "mc", "support", "target" } }, 75 { "native", nullptr, true, { } }, 76 { "nativecodegen", nullptr, true, { } }, 77 { "objcarcopts", "LLVMObjCARCOpts", true, { "analysis", "core", "support", "transformutils" } }, 78 { "object", "LLVMObject", true, { "bitreader", "core", "mc", "binaryformat", "mcparser", "support", "textapi" } }, 79 { "objectyaml", "LLVMObjectYAML", true, { "object", "support", "debuginfocodeview", "mc" } }, 80 { "option", "LLVMOption", true, { "support" } }, 81 { "orcerror", "LLVMOrcError", true, { "support" } }, 82 { "orcjit", "LLVMOrcJIT", true, { "core", "executionengine", "jitlink", "object", "orcerror", "mc", "passes", "runtimedyld", "support", "target", "transformutils" } }, 83 { "passes", "LLVMPasses", true, { "aggressiveinstcombine", "analysis", "codegen", "core", "ipo", "instcombine", "scalaropts", "support", "target", "transformutils", "vectorize", "instrumentation" } }, 84 { "powerpc", nullptr, true, { "powerpcinfo", "powerpcdesc", "powerpcasmparser", "powerpccodegen", "powerpcdisassembler" } }, 85 { "powerpcasmparser", "LLVMPowerPCAsmParser", true, { "mc", "mcparser", "powerpcdesc", "powerpcinfo", "support" } }, 86 { "powerpccodegen", "LLVMPowerPCCodeGen", true, { "analysis", "asmprinter", "codegen", "core", "mc", "powerpcdesc", "powerpcinfo", "scalaropts", "selectiondag", "support", "target", "transformutils" } }, 87 { "powerpcdesc", "LLVMPowerPCDesc", true, { "mc", "powerpcinfo", "support" } }, 88 { "powerpcdisassembler", "LLVMPowerPCDisassembler", true, { "mcdisassembler", "powerpcinfo", "support" } }, 89 { "powerpcinfo", "LLVMPowerPCInfo", true, { "support" } }, 90 { "profiledata", "LLVMProfileData", true, { "core", "support" } }, 91 { "remarks", "LLVMRemarks", true, { "bitstreamreader", "support" } }, 92 { "runtimedyld", "LLVMRuntimeDyld", true, { "mc", "object", "support" } }, 93 { "scalaropts", "LLVMScalarOpts", true, { "aggressiveinstcombine", "analysis", "core", "instcombine", "support", "transformutils" } }, 94 { "selectiondag", "LLVMSelectionDAG", true, { "analysis", "codegen", "core", "mc", "support", "target", "transformutils" } }, 95 { "support", "LLVMSupport", true, { "demangle" } }, 96 { "symbolize", "LLVMSymbolize", true, { "debuginfodwarf", "debuginfopdb", "object", "support", "demangle" } }, 97 { "tablegen", "LLVMTableGen", true, { "support" } }, 98 { "target", "LLVMTarget", true, { "analysis", "core", "mc", "support" } }, 99 { "testingsupport", "LLVMTestingSupport", false, { "support" } }, 100 { "textapi", "LLVMTextAPI", true, { "support", "binaryformat" } }, 101 { "transformutils", "LLVMTransformUtils", true, { "analysis", "core", "support" } }, 102 { "vectorize", "LLVMVectorize", true, { "analysis", "core", "support", "transformutils" } }, 103 { "windowsmanifest", "LLVMWindowsManifest", true, { "support" } }, 104 { "xray", "LLVMXRay", true, { "support", "object" } }, 105}; 106