Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribute instea...
[oota-llvm.git] / examples / Kaleidoscope / Chapter4 / Makefile
index 7bc742fb1e44afdaff6dff59ce2d31f4d152718e..30162d94bcee4f63d61af02c3e3558ec4e10e1aa 100644 (file)
@@ -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