Home | History | Annotate | Download | only in llvm-config
      1 //===- llvm-build generated file --------------------------------*- C++ -*-===//
      2 //
      3 // Component Library Depenedency Table
      4 //
      5 // Automatically generated file, do not edit!
      6 //
      7 //===----------------------------------------------------------------------===//
      8 
      9 struct 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[16];
     21 } AvailableComponents[72] = {
     22   { "aarch64", 0, 1, { "aarch64utils", "aarch64asmprinter", "aarch64info", "aarch64desc", "aarch64asmparser", "aarch64codegen", "aarch64disassembler" } },
     23   { "aarch64asmparser", "libLLVMAArch64AsmParser.a", 1, { "aarch64desc", "aarch64info", "aarch64utils", "mc", "mcparser", "support" } },
     24   { "aarch64asmprinter", "libLLVMAArch64AsmPrinter.a", 1, { "aarch64utils", "mc", "support" } },
     25   { "aarch64codegen", "libLLVMAArch64CodeGen.a", 1, { "aarch64asmprinter", "aarch64desc", "aarch64info", "aarch64utils", "analysis", "asmprinter", "codegen", "core", "mc", "scalaropts", "selectiondag", "support", "target" } },
     26   { "aarch64desc", "libLLVMAArch64Desc.a", 1, { "aarch64asmprinter", "aarch64info", "mc", "support" } },
     27   { "aarch64disassembler", "libLLVMAArch64Disassembler.a", 1, { "aarch64info", "aarch64utils", "mc", "support" } },
     28   { "aarch64info", "libLLVMAArch64Info.a", 1, { "support" } },
     29   { "aarch64utils", "libLLVMAArch64Utils.a", 1, { "support" } },
     30   { "all", 0, 1, { "mcjit", "interpreter", "mcdisassembler", "engine", "option", "debuginfo", "gtest_main", "all-targets", "irreader", "profiledata", "instrumentation", "lineeditor", "nativecodegen", "tablegen", "lto" } },
     31   { "all-targets", 0, 1, { "x86", "aarch64", "arm", "mips" } },
     32   { "analysis", "libLLVMAnalysis.a", 1, { "core", "support", "target" } },
     33   { "arm", 0, 1, { "armasmprinter", "arminfo", "armdesc", "armasmparser", "armcodegen", "armdisassembler" } },
     34   { "armasmparser", "libLLVMARMAsmParser.a", 1, { "armdesc", "arminfo", "mc", "mcparser", "support" } },
     35   { "armasmprinter", "libLLVMARMAsmPrinter.a", 1, { "mc", "support" } },
     36   { "armcodegen", "libLLVMARMCodeGen.a", 1, { "armasmprinter", "armdesc", "arminfo", "analysis", "asmprinter", "codegen", "core", "mc", "scalaropts", "selectiondag", "support", "target" } },
     37   { "armdesc", "libLLVMARMDesc.a", 1, { "armasmprinter", "arminfo", "mc", "support" } },
     38   { "armdisassembler", "libLLVMARMDisassembler.a", 1, { "armdesc", "arminfo", "mc", "support" } },
     39   { "arminfo", "libLLVMARMInfo.a", 1, { "support" } },
     40   { "asmparser", "libLLVMAsmParser.a", 1, { "core", "support" } },
     41   { "asmprinter", "libLLVMAsmPrinter.a", 1, { "analysis", "codegen", "core", "mc", "mcparser", "support", "target", "transformutils" } },
     42   { "bitreader", "libLLVMBitReader.a", 1, { "core", "support" } },
     43   { "bitwriter", "libLLVMBitWriter.a", 1, { "core", "support" } },
     44   { "codegen", "libLLVMCodeGen.a", 1, { "analysis", "core", "mc", "scalaropts", "support", "target", "transformutils" } },
     45   { "core", "libLLVMCore.a", 1, { "support" } },
     46   { "debuginfo", "libLLVMDebugInfo.a", 1, { "object", "support" } },
     47   { "engine", 0, 1, { "jit", "native" } },
     48   { "executionengine", "libLLVMExecutionEngine.a", 1, { "core", "mc", "support" } },
     49   { "gtest", "libgtest.a", 0, { "support" } },
     50   { "gtest_main", "libgtest_main.a", 0, { "gtest" } },
     51   { "instcombine", "libLLVMInstCombine.a", 1, { "analysis", "core", "support", "target", "transformutils" } },
     52   { "instrumentation", "libLLVMInstrumentation.a", 1, { "analysis", "core", "support", "target", "transformutils" } },
     53   { "interpreter", "libLLVMInterpreter.a", 1, { "codegen", "core", "executionengine", "support" } },
     54   { "ipa", "libLLVMipa.a", 1, { "analysis", "core", "support" } },
     55   { "ipo", "libLLVMipo.a", 1, { "analysis", "core", "ipa", "instcombine", "scalaropts", "support", "target", "transformutils", "vectorize" } },
     56   { "irreader", "libLLVMIRReader.a", 1, { "asmparser", "bitreader", "core", "support" } },
     57   { "jit", "libLLVMJIT.a", 1, { "codegen", "core", "executionengine", "support" } },
     58   { "lineeditor", "libLLVMLineEditor.a", 1, { "support" } },
     59   { "linker", "libLLVMLinker.a", 1, { "core", "support", "transformutils" } },
     60   { "lto", "libLLVMLTO.a", 1, { "bitreader", "bitwriter", "core", "ipa", "ipo", "instcombine", "linker", "mc", "mcparser", "objcarcopts", "scalaropts", "support", "target", "transformutils" } },
     61   { "mc", "libLLVMMC.a", 1, { "object", "support" } },
     62   { "mcdisassembler", "libLLVMMCDisassembler.a", 1, { "mc", "support" } },
     63   { "mcjit", "libLLVMMCJIT.a", 1, { "core", "executionengine", "object", "runtimedyld", "support", "target" } },
     64   { "mcparser", "libLLVMMCParser.a", 1, { "mc", "support" } },
     65   { "mips", 0, 1, { "mipsasmprinter", "mipsinfo", "mipsdesc", "mipsasmparser", "mipscodegen", "mipsdisassembler" } },
     66   { "mipsasmparser", "libLLVMMipsAsmParser.a", 1, { "mc", "mcparser", "mipsdesc", "mipsinfo", "support" } },
     67   { "mipsasmprinter", "libLLVMMipsAsmPrinter.a", 1, { "mc", "support" } },
     68   { "mipscodegen", "libLLVMMipsCodeGen.a", 1, { "analysis", "asmprinter", "codegen", "core", "mc", "mipsasmprinter", "mipsdesc", "mipsinfo", "scalaropts", "selectiondag", "support", "target" } },
     69   { "mipsdesc", "libLLVMMipsDesc.a", 1, { "mc", "mipsasmprinter", "mipsinfo", "support" } },
     70   { "mipsdisassembler", "libLLVMMipsDisassembler.a", 1, { "mc", "mipsinfo", "support" } },
     71   { "mipsinfo", "libLLVMMipsInfo.a", 1, { "support" } },
     72   { "native", 0, 1, { "x86" } },
     73   { "nativecodegen", 0, 1, { "x86codegen" } },
     74   { "objcarcopts", "libLLVMObjCARCOpts.a", 1, { "analysis", "core", "support", "transformutils" } },
     75   { "object", "libLLVMObject.a", 1, { "bitreader", "core", "support" } },
     76   { "option", "libLLVMOption.a", 1, { "support" } },
     77   { "profiledata", "libLLVMProfileData.a", 1, { "support" } },
     78   { "runtimedyld", "libLLVMRuntimeDyld.a", 1, { "object", "support" } },
     79   { "scalaropts", "libLLVMScalarOpts.a", 1, { "analysis", "core", "ipa", "instcombine", "support", "target", "transformutils" } },
     80   { "selectiondag", "libLLVMSelectionDAG.a", 1, { "analysis", "codegen", "core", "mc", "support", "target", "transformutils" } },
     81   { "support", "libLLVMSupport.a", 1, {  } },
     82   { "tablegen", "libLLVMTableGen.a", 1, { "support" } },
     83   { "target", "libLLVMTarget.a", 1, { "core", "mc", "support" } },
     84   { "transformutils", "libLLVMTransformUtils.a", 1, { "analysis", "core", "ipa", "support", "target" } },
     85   { "vectorize", "libLLVMVectorize.a", 1, { "analysis", "core", "support", "target", "transformutils" } },
     86   { "x86", 0, 1, { "x86utils", "x86asmprinter", "x86info", "x86desc", "x86codegen", "x86asmparser", "x86disassembler" } },
     87   { "x86asmparser", "libLLVMX86AsmParser.a", 1, { "mc", "mcparser", "support", "x86desc", "x86info" } },
     88   { "x86asmprinter", "libLLVMX86AsmPrinter.a", 1, { "mc", "support", "x86utils" } },
     89   { "x86codegen", "libLLVMX86CodeGen.a", 1, { "analysis", "asmprinter", "codegen", "core", "mc", "selectiondag", "support", "target", "x86asmprinter", "x86desc", "x86info", "x86utils" } },
     90   { "x86desc", "libLLVMX86Desc.a", 1, { "mc", "object", "support", "x86asmprinter", "x86info" } },
     91   { "x86disassembler", "libLLVMX86Disassembler.a", 1, { "mc", "support", "x86info" } },
     92   { "x86info", "libLLVMX86Info.a", 1, { "support" } },
     93   { "x86utils", "libLLVMX86Utils.a", 1, { "support" } },
     94 };
     95