Blame SOURCES/clang-config.h

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