CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
llvm: added forgotten llvm-config.h file
authorVictor Martinez <pitillo@ono.com>
Sat, 30 Apr 2022 12:18:25 +0000 (14:18 +0200)
committerVictor Martinez <pitillo@ono.com>
Sat, 30 Apr 2022 12:18:25 +0000 (14:18 +0200)
llvm/llvm-config.h [new file with mode: 0644]

diff --git a/llvm/llvm-config.h b/llvm/llvm-config.h
new file mode 100644 (file)
index 0000000..ccc313f
--- /dev/null
@@ -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