You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.2 KiB
36 lines
1.2 KiB
//===- llvm-build generated file --------------------------------*- C++ -*-===//
|
|
//
|
|
// Component Library Depenedency Table
|
|
//
|
|
// Automatically generated file, do not edit!
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
struct AvailableComponent {
|
|
/// The name of the component.
|
|
const char *Name;
|
|
|
|
/// The name of the library for this component (or NULL).
|
|
const char *Library;
|
|
|
|
/// Whether the component is installed.
|
|
bool IsInstalled;
|
|
|
|
/// The list of libraries required when linking this component.
|
|
const char *RequiredLibraries[9];
|
|
} AvailableComponents[13] = {
|
|
{ "aarch64", nullptr, true, { } },
|
|
{ "all", nullptr, true, { "target", "all-targets", "engine", "native" } },
|
|
{ "all-targets", nullptr, true, { "aarch64", "arm", "hexagon", "mips", "powerpc", "sparc", "systemz", "x86" } },
|
|
{ "arm", nullptr, true, { } },
|
|
{ "engine", nullptr, true, { } },
|
|
{ "hexagon", nullptr, true, { } },
|
|
{ "mips", nullptr, true, { } },
|
|
{ "native", nullptr, true, { "x86" } },
|
|
{ "powerpc", nullptr, true, { } },
|
|
{ "sparc", nullptr, true, { } },
|
|
{ "systemz", nullptr, true, { } },
|
|
{ "target", "libLLVMTarget.a", true, { } },
|
|
{ "x86", nullptr, true, { } },
|
|
};
|