summaryrefslogtreecommitdiffstats
path: root/abs/extra/llvm/llvm-config.h
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-02 14:02:30 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-02 14:02:30 (GMT)
commit0878cc9320ad8bdd842593aba182a9bacfc0c5fb (patch)
tree02e1e4e58e02c7183d221a6ab7bf0a8f470e8067 /abs/extra/llvm/llvm-config.h
parent861f546b057a164bd0d60afc8dd372827d3b14e5 (diff)
downloadlinhes_pkgbuild-0878cc9320ad8bdd842593aba182a9bacfc0c5fb.zip
linhes_pkgbuild-0878cc9320ad8bdd842593aba182a9bacfc0c5fb.tar.gz
linhes_pkgbuild-0878cc9320ad8bdd842593aba182a9bacfc0c5fb.tar.bz2
llvm: update to 5.0.1
Diffstat (limited to 'abs/extra/llvm/llvm-config.h')
-rw-r--r--abs/extra/llvm/llvm-config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/extra/llvm/llvm-config.h b/abs/extra/llvm/llvm-config.h
new file mode 100644
index 0000000..2fa08c9
--- /dev/null
+++ b/abs/extra/llvm/llvm-config.h
@@ -0,0 +1,9 @@
+#include <bits/wordsize.h>
+
+#if __WORDSIZE == 32
+#include "llvm-config-32.h"
+#elif __WORDSIZE == 64
+#include "llvm-config-64.h"
+#else
+#error "Unknown word size"
+#endif