CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
64fc69e07f66e1cb1175d7b7e60f3fd28fa635d0
[ports/opt-arm64.git] / llvm / llvm-config.h
1 /* llvm-config.h stub */
2
3 #ifndef __STUB__LLVMCONFIG_H__
4 #define __STUB__LLVMCONFIG_H__
5
6 #if defined(__x86_64__)
7 #include "llvm-config-64.h"
8 #else
9 #include "llvm-config-32.h"
10 #endif
11
12 #if defined(__aarch64__)
13 #include "llvm-config-64.h"
14 #else
15 #include "llvm-config-32.h"
16 #endif
17
18 #endif