summaryrefslogtreecommitdiffstats
path: root/llvm/examples
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-08-17 13:55:33 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-08-17 13:55:33 +0000
commitb9fc3a26fcc36cf55e795c8afd39ebf67f004753 (patch)
tree19d2193dd5b0d88d03490af2040f4c7c750e2974 /llvm/examples
parent17d28de8ac768352d41427b92d38ce496227dab7 (diff)
downloadbcm5719-llvm-b9fc3a26fcc36cf55e795c8afd39ebf67f004753.tar.gz
bcm5719-llvm-b9fc3a26fcc36cf55e795c8afd39ebf67f004753.zip
Remove asmprinters from examples by default. This reduces their size by ~5%
llvm-svn: 54890
Diffstat (limited to 'llvm/examples')
-rw-r--r--llvm/examples/BrainF/Makefile2
-rw-r--r--llvm/examples/Fibonacci/Makefile2
-rw-r--r--llvm/examples/HowToUseJIT/Makefile2
-rw-r--r--llvm/examples/ParallelJIT/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/llvm/examples/BrainF/Makefile b/llvm/examples/BrainF/Makefile
index b1d2a61261f..2c3e0662523 100644
--- a/llvm/examples/BrainF/Makefile
+++ b/llvm/examples/BrainF/Makefile
@@ -10,6 +10,6 @@ LEVEL = ../..
TOOLNAME = BrainF
EXAMPLE_TOOL = 1
-LINK_COMPONENTS := jit bitwriter native interpreter
+LINK_COMPONENTS := jit bitwriter nativecodegen interpreter
include $(LEVEL)/Makefile.common
diff --git a/llvm/examples/Fibonacci/Makefile b/llvm/examples/Fibonacci/Makefile
index 04d9caef3d7..71f6ba0ef52 100644
--- a/llvm/examples/Fibonacci/Makefile
+++ b/llvm/examples/Fibonacci/Makefile
@@ -12,6 +12,6 @@ TOOLNAME = Fibonacci
EXAMPLE_TOOL = 1
# Link in JIT support
-LINK_COMPONENTS := jit interpreter native
+LINK_COMPONENTS := jit interpreter nativecodegen
include $(LEVEL)/Makefile.common
diff --git a/llvm/examples/HowToUseJIT/Makefile b/llvm/examples/HowToUseJIT/Makefile
index 14dfa61c652..c8919db90cc 100644
--- a/llvm/examples/HowToUseJIT/Makefile
+++ b/llvm/examples/HowToUseJIT/Makefile
@@ -10,6 +10,6 @@ LEVEL = ../..
TOOLNAME = HowToUseJIT
EXAMPLE_TOOL = 1
-LINK_COMPONENTS := jit interpreter native
+LINK_COMPONENTS := jit interpreter nativecodegen
include $(LEVEL)/Makefile.common
diff --git a/llvm/examples/ParallelJIT/Makefile b/llvm/examples/ParallelJIT/Makefile
index 5031eca9ac5..8a49d427313 100644
--- a/llvm/examples/ParallelJIT/Makefile
+++ b/llvm/examples/ParallelJIT/Makefile
@@ -10,7 +10,7 @@ LEVEL = ../..
TOOLNAME = ParallelJIT
EXAMPLE_TOOL = 1
-LINK_COMPONENTS := jit interpreter native
+LINK_COMPONENTS := jit interpreter nativecodegen
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud