CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libsdl: initial import
[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(__aarch64__)
7 #include "llvm-config-64.h"
8 #else
9 #include "llvm-config-32.h"
10 #endif
11
12 #endif