summarylogtreecommitdiffstats
path: root/llvm-Config-config.h
blob: c369b4551f785da6e2c586417caa36591a9eaee2 (plain)
1
2
3
4
5
6
7
8
9
#include <bits/wordsize.h>

#if __WORDSIZE == 32
#include "config-32.h"
#elif __WORDSIZE == 64
#include "config-64.h"
#else
#error "Unknown word size"
#endif