milis/talimatname/genel/llvm/llvm-config.h
2016-03-01 00:33:40 +02:00

12 lines
190 B
C

/* 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