summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/clang/llvm-config/ExtensionDependencies.inc
blob: 445b9b48760982e1ad2a8b6cc3f90eb9969d5ed7 (plain) (blame)
1
2
3
4
5
6
7
#include <array>
struct ExtensionDescriptor {
   const char* Name;
   const char* RequiredLibraries[1 + 1 + 0];
};
std::array<ExtensionDescriptor, 0> AvailableExtensions{
};