From c40c8b333d1b4f885ee0f972f2b91965f3d683fd Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Sun, 17 Aug 2008 13:55:33 +0000 Subject: 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 --- examples/ParallelJIT/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/ParallelJIT') 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 -- cgit v1.2.3