CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
llvm: adapted llvm-config.h to aarch64
[ports/opt-arm64.git] / llvm / llvm-config.h
CommitLineData
26ea8ba0
VM
1/* llvm-config.h stub */
2
3#ifndef __STUB__LLVMCONFIG_H__
4#define __STUB__LLVMCONFIG_H__
5
abc58241 6#if defined(__aarch64__)
26ea8ba0
VM
7#include "llvm-config-64.h"
8#else
9#include "llvm-config-32.h"
10#endif
11
12#endif