|
22 | 22 | const char *RequiredLibraries[84];
|
23 | 23 | } AvailableComponents[84] = {
|
24 | 24 | { "aggressiveinstcombine", "LLVMAggressiveInstCombine", true, {"analysis", "core", "support", "transformutils"} },
|
25 |
| -{ "all", nullptr, true, {"demangle", "support", "tablegen", "core", "fuzzmutate", "filecheck", "interfacestub", "irreader", "codegen", "selectiondag", "asmprinter", "mirparser", "globalisel", "binaryformat", "bitreader", "bitwriter", "bitstreamreader", "dwarflinker", "extensions", "frontendopenmp", "transformutils", "instrumentation", "aggressiveinstcombine", "instcombine", "scalaropts", "ipo", "vectorize", "hellonew", "objcarcopts", "coroutines", "cfguard", "linker", "analysis", "lto", "mc", "mcparser", "mcdisassembler", "mca", "object", "objectyaml", "option", "remarks", "debuginfodwarf", "debuginfogsym", "debuginfomsf", "debuginfocodeview", "debuginfopdb", "symbolize", "executionengine", "interpreter", "jitlink", "mcjit", "orcjit", "orcshared", "orctargetprocess", "runtimedyld", "target", "asmparser", "lineeditor", "profiledata", "coverage", "passes", "textapi", "dlltooldriver", "libdriver", "xray", "windowsmanifest"} }, |
| 25 | +{ "all", nullptr, true, {"demangle", "support", "tablegen", "core", "fuzzmutate", "filecheck", "interfacestub", "irreader", "codegen", "selectiondag", "asmprinter", "mirparser", "globalisel", "binaryformat", "bitreader", "bitwriter", "bitstreamreader", "dwarflinker", "extensions", "frontendopenmp", "transformutils", "instrumentation", "aggressiveinstcombine", "instcombine", "scalaropts", "ipo", "vectorize", "objcarcopts", "coroutines", "cfguard", "linker", "analysis", "lto", "mc", "mcparser", "mcdisassembler", "mca", "object", "objectyaml", "option", "remarks", "debuginfodwarf", "debuginfogsym", "debuginfomsf", "debuginfocodeview", "debuginfopdb", "symbolize", "executionengine", "interpreter", "jitlink", "mcjit", "orcjit", "orcshared", "orctargetprocess", "runtimedyld", "target", "asmparser", "lineeditor", "profiledata", "coverage", "passes", "textapi", "dlltooldriver", "libdriver", "xray", "windowsmanifest"} }, |
26 | 26 | { "all-targets", nullptr, true, {} },
|
27 | 27 | { "analysis", "LLVMAnalysis", true, {"binaryformat", "core", "object", "profiledata", "support"} },
|
28 | 28 | { "asmparser", "LLVMAsmParser", true, {"binaryformat", "core", "support"} },
|
|
51 | 51 | { "frontendopenmp", "LLVMFrontendOpenMP", true, {"core", "support", "transformutils"} },
|
52 | 52 | { "fuzzmutate", "LLVMFuzzMutate", true, {"analysis", "bitreader", "bitwriter", "core", "scalaropts", "support", "target"} },
|
53 | 53 | { "globalisel", "LLVMGlobalISel", true, {"analysis", "codegen", "core", "mc", "selectiondag", "support", "target", "transformutils"} },
|
54 |
| -{ "hellonew", "LLVMHelloNew", true, {"core", "support"} }, |
55 | 54 | { "instcombine", "LLVMInstCombine", true, {"analysis", "core", "support", "transformutils"} },
|
56 | 55 | { "instrumentation", "LLVMInstrumentation", true, {"analysis", "core", "mc", "support", "transformutils", "profiledata"} },
|
57 | 56 | { "interfacestub", "LLVMInterfaceStub", true, {"object", "support"} },
|
|
78 | 77 | { "orcjit", "LLVMOrcJIT", true, {"core", "executionengine", "jitlink", "object", "orcshared", "orctargetprocess", "mc", "passes", "runtimedyld", "support", "target", "transformutils"} },
|
79 | 78 | { "orcshared", "LLVMOrcShared", true, {"support"} },
|
80 | 79 | { "orctargetprocess", "LLVMOrcTargetProcess", true, {"orcshared", "support"} },
|
81 |
| -{ "passes", "LLVMPasses", true, {"aggressiveinstcombine", "analysis", "core", "coroutines", "hellonew", "ipo", "instcombine", "objcarcopts", "scalaropts", "support", "target", "transformutils", "vectorize", "instrumentation"} }, |
| 80 | +{ "passes", "LLVMPasses", true, {"aggressiveinstcombine", "analysis", "core", "coroutines", "ipo", "instcombine", "objcarcopts", "scalaropts", "support", "target", "transformutils", "vectorize", "instrumentation"} }, |
82 | 81 | { "profiledata", "LLVMProfileData", true, {"core", "support", "demangle"} },
|
83 | 82 | { "remarks", "LLVMRemarks", true, {"bitstreamreader", "support"} },
|
84 | 83 | { "runtimedyld", "LLVMRuntimeDyld", true, {"core", "mc", "object", "support"} },
|
|
0 commit comments