summaryrefslogtreecommitdiff
path: root/examples/ParallelJIT
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
commitc40c8b333d1b4f885ee0f972f2b91965f3d683fd (patch)
treef932bfe2c2879446fcd7cbd6582e400df7a0f3ea /examples/ParallelJIT
parent0bd89712c03c59ea43ce37763685e7f7c0bdd977 (diff)
downloadllvm-c40c8b333d1b4f885ee0f972f2b91965f3d683fd.tar.gz
llvm-c40c8b333d1b4f885ee0f972f2b91965f3d683fd.tar.bz2
llvm-c40c8b333d1b4f885ee0f972f2b91965f3d683fd.tar.xz
Remove asmprinters from examples by default. This reduces their size by ~5%
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54890 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/ParallelJIT')
-rw-r--r--examples/ParallelJIT/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ParallelJIT/Makefile b/examples/ParallelJIT/Makefile
index 5031eca9ac..8a49d42731 100644
--- a/examples/ParallelJIT/Makefile
+++ b/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