mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Remove asmprinters from examples by default. This reduces their size by ~5%
llvm-svn: 54890
This commit is contained in:
parent
4b6a6e3e8d
commit
05e57622f8
@ -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
|
||||
|
@ -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
|
||||
|
@ -10,6 +10,6 @@ LEVEL = ../..
|
||||
TOOLNAME = HowToUseJIT
|
||||
EXAMPLE_TOOL = 1
|
||||
|
||||
LINK_COMPONENTS := jit interpreter native
|
||||
LINK_COMPONENTS := jit interpreter nativecodegen
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
@ -10,7 +10,7 @@ LEVEL = ../..
|
||||
TOOLNAME = ParallelJIT
|
||||
EXAMPLE_TOOL = 1
|
||||
|
||||
LINK_COMPONENTS := jit interpreter native
|
||||
LINK_COMPONENTS := jit interpreter nativecodegen
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user