Merge branch 'master' of https://github.com/ncos/ispc into remove-support-for-old-llvm

This commit is contained in:
Anton Mitrokhin
2014-08-01 17:28:14 +04:00
2 changed files with 122 additions and 1 deletions

View File

@@ -105,7 +105,10 @@
#include "llvm/Support/TargetRegistry.h"
#include "llvm/Support/Host.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Config/config.h"
#if defined(LLVM_3_1) || defined(LLVM_3_2) || defined(LLVM_3_3) || defined(LLVM_3_4)
#include "llvm/Config/config.h"
#endif
#include <llvm/Transforms/IPO.h>
#include <llvm/Transforms/Utils/BasicBlockUtils.h>