d437c1
#include <bits/wordsize.h>
d437c1
d437c1
#if __WORDSIZE == 32
d437c1
#include "llvm-config-32.h"
d437c1
#elif __WORDSIZE == 64
d437c1
#include "llvm-config-64.h"
d437c1
#else
d437c1
#error "Unknown word size"
d437c1
#endif