tstellar / rpms / llvm

Forked from rpms/llvm 5 years ago
Clone
a5a420c
#include <bits/wordsize.h>
a5a420c
a5a420c
#if __WORDSIZE == 32
a5a420c
#include "config-32.h"
a5a420c
#elif __WORDSIZE == 64
a5a420c
#include "config-64.h"
a5a420c
#else
a5a420c
#error "Unknown word size"
a5a420c
#endif