Remove support for building with LLVM 3.0
This commit is contained in:
6
parse.yy
6
parse.yy
@@ -83,10 +83,10 @@ struct ForeachDimension;
|
||||
#include "util.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#if !defined(LLVM_3_0) && !defined(LLVM_3_1) && !defined(LLVM_3_2)
|
||||
#include <llvm/IR/Constants.h>
|
||||
#else
|
||||
#if defined(LLVM_3_1) || defined(LLVM_3_2)
|
||||
#include <llvm/Constants.h>
|
||||
#else
|
||||
#include <llvm/IR/Constants.h>
|
||||
#endif
|
||||
|
||||
#define UNIMPLEMENTED \
|
||||
|
||||
Reference in New Issue
Block a user