Remove asmprinters from examples by default. This reduces their size by ~5%
authorAnton Korobeynikov <asl@math.spbu.ru>
Sun, 17 Aug 2008 13:55:33 +0000 (13:55 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sun, 17 Aug 2008 13:55:33 +0000 (13:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54890 91177308-0d34-0410-b5e6-96231b3b80d8

examples/BrainF/Makefile
examples/Fibonacci/Makefile
examples/HowToUseJIT/Makefile
examples/ParallelJIT/Makefile

index b1d2a61261f8455e1176c969a2b2521dddaecf78..2c3e0662523d4fe97f5190ed3fc4d2e2a9455c63 100644 (file)
@@ -10,6 +10,6 @@ LEVEL = ../..
 TOOLNAME = BrainF
 EXAMPLE_TOOL = 1
 
 TOOLNAME = BrainF
 EXAMPLE_TOOL = 1
 
-LINK_COMPONENTS := jit bitwriter native interpreter
+LINK_COMPONENTS := jit bitwriter nativecodegen interpreter
 
 include $(LEVEL)/Makefile.common
 
 include $(LEVEL)/Makefile.common
index 04d9caef3d77ae13d9686d52e6e5c4f956a2544b..71f6ba0ef52ed18e891f8f4112e984661391c232 100644 (file)
@@ -12,6 +12,6 @@ TOOLNAME = Fibonacci
 EXAMPLE_TOOL = 1
 
 # Link in JIT support
 EXAMPLE_TOOL = 1
 
 # Link in JIT support
-LINK_COMPONENTS := jit interpreter native
+LINK_COMPONENTS := jit interpreter nativecodegen
 
 include $(LEVEL)/Makefile.common
 
 include $(LEVEL)/Makefile.common
index 14dfa61c652ec145e8b3637061da887914b39b05..c8919db90cc2e1f18b44a08b547e4b7344112276 100644 (file)
@@ -10,6 +10,6 @@ LEVEL = ../..
 TOOLNAME = HowToUseJIT
 EXAMPLE_TOOL = 1
 
 TOOLNAME = HowToUseJIT
 EXAMPLE_TOOL = 1
 
-LINK_COMPONENTS := jit interpreter native
+LINK_COMPONENTS := jit interpreter nativecodegen
 
 include $(LEVEL)/Makefile.common
 
 include $(LEVEL)/Makefile.common
index 5031eca9ac518b6fc4fe4c04b6733461407384cf..8a49d4273132a192b494307bbd9b13f88ee1661a 100644 (file)
@@ -10,7 +10,7 @@ LEVEL = ../..
 TOOLNAME = ParallelJIT
 EXAMPLE_TOOL = 1
 
 TOOLNAME = ParallelJIT
 EXAMPLE_TOOL = 1
 
-LINK_COMPONENTS := jit interpreter native
+LINK_COMPONENTS := jit interpreter nativecodegen
 
 include $(LEVEL)/Makefile.common
 
 
 include $(LEVEL)/Makefile.common