Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit df64aee

Browse files
Cleanup non-trunk LLVM remnants
We are now on trunk this was leftover from Tapir days.
1 parent 7b0bd2c commit df64aee

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tc/core/polyhedral/llvm_jit.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,12 @@
1616
#pragma once
1717

1818
#include "llvm/ExecutionEngine/Orc/CompileUtils.h"
19+
#include "llvm/ExecutionEngine/Orc/Core.h"
1920
#include "llvm/ExecutionEngine/Orc/IRCompileLayer.h"
2021
#include "llvm/ExecutionEngine/Orc/IRTransformLayer.h"
2122
#include "llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h"
2223
#include "llvm/Target/TargetMachine.h"
2324

24-
#if LLVM_VERSION_MAJOR > 6
25-
#include "llvm/ExecutionEngine/Orc/Core.h"
26-
#endif
27-
2825
namespace tc {
2926

3027
namespace polyhedral {
@@ -33,10 +30,8 @@ class Scop;
3330

3431
class Jit {
3532
private:
36-
#if LLVM_VERSION_MAJOR > 6
3733
llvm::orc::ExecutionSession ES;
3834
std::shared_ptr<llvm::orc::SymbolResolver> Resolver;
39-
#endif
4035
std::unique_ptr<llvm::TargetMachine> TM_;
4136
const llvm::DataLayout DL_;
4237
llvm::orc::RTDyldObjectLinkingLayer objectLayer_;

0 commit comments

Comments
 (0)