From 990b229364cf9eaf401ee17cbd8d6c4981d522eb Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 14 Nov 2021 18:45:26 +0100 Subject: extra/llvm12: added shim (for rust) --- extra/llvm12/llvm-config.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 extra/llvm12/llvm-config.h (limited to 'extra/llvm12/llvm-config.h') diff --git a/extra/llvm12/llvm-config.h b/extra/llvm12/llvm-config.h new file mode 100644 index 00000000..2fa08c9b --- /dev/null +++ b/extra/llvm12/llvm-config.h @@ -0,0 +1,9 @@ +#include + +#if __WORDSIZE == 32 +#include "llvm-config-32.h" +#elif __WORDSIZE == 64 +#include "llvm-config-64.h" +#else +#error "Unknown word size" +#endif -- cgit v1.2.3-54-g00ecf