File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ LEVEL = ../..
10
10
TOOLNAME = BrainF
11
11
EXAMPLE_TOOL = 1
12
12
13
- LINK_COMPONENTS := jit bitwriter nativecodegen interpreter
13
+ LINK_COMPONENTS := mcjit bitwriter nativecodegen interpreter
14
14
15
15
include $(LEVEL ) /Makefile.common
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ TOOLNAME = ExceptionDemo
11
11
EXAMPLE_TOOL = 1
12
12
REQUIRES_EH = 1
13
13
14
- LINK_COMPONENTS := jit mcjit nativecodegen
14
+ LINK_COMPONENTS := mcjit nativecodegen
15
15
16
16
include $(LEVEL ) /Makefile.common
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ TOOLNAME = Fibonacci
12
12
EXAMPLE_TOOL = 1
13
13
14
14
# Link in JIT support
15
- LINK_COMPONENTS := jit interpreter nativecodegen
15
+ LINK_COMPONENTS := interpreter mcjit nativecodegen
16
16
17
17
include $(LEVEL ) /Makefile.common
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ LEVEL = ../..
10
10
TOOLNAME = HowToUseJIT
11
11
EXAMPLE_TOOL = 1
12
12
13
- LINK_COMPONENTS := jit interpreter nativecodegen
13
+ LINK_COMPONENTS := mcjit interpreter nativecodegen
14
14
15
15
include $(LEVEL ) /Makefile.common
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ LEVEL = ../../..
10
10
TOOLNAME = Kaleidoscope-Ch4
11
11
EXAMPLE_TOOL = 1
12
12
13
- LINK_COMPONENTS := core jit native
13
+ LINK_COMPONENTS := core mcjit native
14
14
15
15
include $(LEVEL ) /Makefile.common
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ LEVEL = ../../..
10
10
TOOLNAME = Kaleidoscope-Ch5
11
11
EXAMPLE_TOOL = 1
12
12
13
- LINK_COMPONENTS := core jit native
13
+ LINK_COMPONENTS := core mcjit native
14
14
15
15
include $(LEVEL ) /Makefile.common
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ LEVEL = ../../..
10
10
TOOLNAME = Kaleidoscope-Ch6
11
11
EXAMPLE_TOOL = 1
12
12
13
- LINK_COMPONENTS := core jit native
13
+ LINK_COMPONENTS := core mcjit native
14
14
15
15
include $(LEVEL ) /Makefile.common
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ TOOLNAME = Kaleidoscope-Ch7
11
11
EXAMPLE_TOOL = 1
12
12
REQUIRES_RTTI := 1
13
13
14
- LINK_COMPONENTS := core jit native
14
+ LINK_COMPONENTS := core mcjit native
15
15
16
16
include $(LEVEL ) /Makefile.common
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ LEVEL = ../..
10
10
TOOLNAME = ParallelJIT
11
11
EXAMPLE_TOOL = 1
12
12
13
- LINK_COMPONENTS := jit interpreter nativecodegen
13
+ LINK_COMPONENTS := mcjit interpreter nativecodegen
14
14
15
15
include $(LEVEL ) /Makefile.common
16
16
You can’t perform that action at this time.
0 commit comments