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