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