repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
db-move: moved firefox-i18n from [testing] to [extra] (any)
[arch-packages.git]
/
llvm
/
trunk
/
llvm-config.h
blob
2fa08c9be69621abb74a479e13adbde26729bc20
1
#include <bits/wordsize.h>
2
3
#if __WORDSIZE == 32
4
#include
"llvm-config-32.h"
5
#elif __WORDSIZE == 64
6
#include
"llvm-config-64.h"
7
#else
8
#error
"Unknown word size"
9
#endif