aboutsummaryrefslogtreecommitdiffstats
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
commit27ef6091cfadcb85af10fce19f4ddd701b9ff09b (patch)
treef932bfe2c2879446fcd7cbd6582e400df7a0f3ea /examples/ParallelJIT
parent74b114b4beb1498b6a031f55863c56e0fce433ee (diff)
downloadexternal_llvm-27ef6091cfadcb85af10fce19f4ddd701b9ff09b.zip
external_llvm-27ef6091cfadcb85af10fce19f4ddd701b9ff09b.tar.gz
external_llvm-27ef6091cfadcb85af10fce19f4ddd701b9ff09b.tar.bz2
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 5031eca..8a49d42 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