diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-08-17 13:55:33 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-08-17 13:55:33 +0000 |
commit | 27ef6091cfadcb85af10fce19f4ddd701b9ff09b (patch) | |
tree | f932bfe2c2879446fcd7cbd6582e400df7a0f3ea /examples/ParallelJIT | |
parent | 74b114b4beb1498b6a031f55863c56e0fce433ee (diff) | |
download | external_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/Makefile | 2 |
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 |