From: Victor Martinez Date: Sat, 30 Apr 2022 12:18:25 +0000 (+0200) Subject: llvm: added forgotten llvm-config.h file X-Git-Url: http://gitweb/?a=commitdiff_plain;h=ac7991b0d783a5b556396786d22b628a297086d2;p=ports%2Fopt-arm.git llvm: added forgotten llvm-config.h file --- diff --git a/llvm/llvm-config.h b/llvm/llvm-config.h new file mode 100644 index 0000000..ccc313f --- /dev/null +++ b/llvm/llvm-config.h @@ -0,0 +1,12 @@ +/* llvm-config.h stub */ + +#ifndef __STUB__LLVMCONFIG_H__ +#define __STUB__LLVMCONFIG_H__ + +#if defined(__x86_64__) +#include "llvm-config-64.h" +#else +#include "llvm-config-32.h" +#endif + +#endif