Skip to content

Commit

Permalink
Merge pull request #8471 from crayxt/patch-8
Browse files Browse the repository at this point in the history
JITMemoryManager header file removed from llvm-svn.
  • Loading branch information
Keno committed Sep 25, 2014
2 parents 5bc820e + 4cf419d commit 6d7c7c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/codegen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#endif
#include "llvm/ExecutionEngine/ExecutionEngine.h"
#include "llvm/ExecutionEngine/JITEventListener.h"
#include "llvm/ExecutionEngine/JITMemoryManager.h"
#include "llvm/PassManager.h"
#include "llvm/Target/TargetLibraryInfo.h"
#include "llvm/Support/TargetRegistry.h"
Expand All @@ -38,6 +37,8 @@
#endif
#if defined(LLVM_VERSION_MAJOR) && LLVM_VERSION_MAJOR == 3 && LLVM_VERSION_MINOR >= 6
#define LLVM36 1
#else
#include "llvm/ExecutionEngine/JITMemoryManager.h"
#endif
#if defined(LLVM_VERSION_MAJOR) && LLVM_VERSION_MAJOR == 3 && LLVM_VERSION_MINOR >= 5
#define LLVM35 1
Expand Down

0 comments on commit 6d7c7c6

Please sign in to comment.