Blame SOURCES/llvm-Config-llvm-config.h

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