Remove asmprinters from examples by default. This reduces their size by ~5%
[oota-llvm.git] / examples / ParallelJIT / Makefile
index 5031eca9ac518b6fc4fe4c04b6733461407384cf..8a49d4273132a192b494307bbd9b13f88ee1661a 100644 (file)
@@ -10,7 +10,7 @@ LEVEL = ../..
 TOOLNAME = ParallelJIT
 EXAMPLE_TOOL = 1
 
-LINK_COMPONENTS := jit interpreter native
+LINK_COMPONENTS := jit interpreter nativecodegen
 
 include $(LEVEL)/Makefile.common