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 | c8fb7c61a96d4928fa4aabb61a251ad981b826ab (patch) | |
tree | 0254848a1d5837215978e8211cfd84d16db76dea /llvm | |
parent | ea3060a9e5d426de79ad58b9c98091bb8bdd0faa (diff) | |
download | bcm5719-llvm-c8fb7c61a96d4928fa4aabb61a251ad981b826ab.tar.gz bcm5719-llvm-c8fb7c61a96d4928fa4aabb61a251ad981b826ab.zip |
Fix build
llvm-svn: 76366
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/examples/Kaleidoscope/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/Kaleidoscope/Makefile b/llvm/examples/Kaleidoscope/Makefile index c1759a09fe3..9990b2b2871 100644 --- a/llvm/examples/Kaleidoscope/Makefile +++ b/llvm/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 |