diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-07-19 08:27:16 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-19 08:27:16 +0000 |
commit | e687151e033b03efaa1155275a146fcf83152dd9 (patch) | |
tree | 731e8f1cb3a7b5ea98220627ceb36ca8053b7e34 /examples/Kaleidoscope | |
parent | 6ce6daae38c5dd95e7daa5790d97398343564588 (diff) |
Fix build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76366 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/Kaleidoscope')
-rw-r--r-- | examples/Kaleidoscope/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Kaleidoscope/Makefile b/examples/Kaleidoscope/Makefile index c1759a09fe..9990b2b287 100644 --- a/examples/Kaleidoscope/Makefile +++ b/examples/Kaleidoscope/Makefile @@ -10,6 +10,6 @@ LEVEL = ../.. TOOLNAME = Kaleidoscope EXAMPLE_TOOL = 1 -LINK_COMPONENTS := core jit native +LINK_COMPONENTS := core jit interpreter native include $(LEVEL)/Makefile.common |