aboutsummaryrefslogtreecommitdiff
path: root/src/core/config.h
blob: a7bced4973186632adc189cb74c98bbd033008af (plain)
1
2
3
4
5
6
7
8
9
#ifndef __CONFIG_H__
#define __CONFIG_H__

#define LLVM_VERSION "3.6.0"
#define COAL_VERSION ""

#define MAX_WORK_DIMS 3

#endif