2018-07-11 16:38:59 +02:00
|
|
|
/* llvm-config.h stub */
|
2018-06-09 00:06:58 +02:00
|
|
|
|
2018-07-11 16:38:59 +02:00
|
|
|
#ifndef __STUB__LLVMCONFIG_H__
|
|
|
|
#define __STUB__LLVMCONFIG_H__
|
|
|
|
|
|
|
|
#if defined(__x86_64__)
|
2018-06-09 00:06:58 +02:00
|
|
|
#include "llvm-config-64.h"
|
|
|
|
#else
|
2018-07-11 16:38:59 +02:00
|
|
|
#include "llvm-config-32.h"
|
|
|
|
#endif
|
|
|
|
|
2018-06-09 00:06:58 +02:00
|
|
|
#endif
|