Blame SOURCES/llvm-config.h

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