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