diff options
Diffstat (limited to 'llvm/examples/Kaleidoscope/Chapter4/Makefile')
| -rw-r--r-- | llvm/examples/Kaleidoscope/Chapter4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter4/Makefile b/llvm/examples/Kaleidoscope/Chapter4/Makefile index 7bc742fb1e4..30162d94bce 100644 --- a/llvm/examples/Kaleidoscope/Chapter4/Makefile +++ b/llvm/examples/Kaleidoscope/Chapter4/Makefile @@ -10,6 +10,6 @@ LEVEL = ../../.. TOOLNAME = Kaleidoscope-Ch4 EXAMPLE_TOOL = 1 -LINK_COMPONENTS := core jit interpreter native +LINK_COMPONENTS := core jit native include $(LEVEL)/Makefile.common |

