mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
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
This commit is contained in:
parent
0bd89712c0
commit
c40c8b333d
@ -10,6 +10,6 @@ LEVEL = ../..
|
|||||||
TOOLNAME = BrainF
|
TOOLNAME = BrainF
|
||||||
EXAMPLE_TOOL = 1
|
EXAMPLE_TOOL = 1
|
||||||
|
|
||||||
LINK_COMPONENTS := jit bitwriter native interpreter
|
LINK_COMPONENTS := jit bitwriter nativecodegen interpreter
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
@ -12,6 +12,6 @@ TOOLNAME = Fibonacci
|
|||||||
EXAMPLE_TOOL = 1
|
EXAMPLE_TOOL = 1
|
||||||
|
|
||||||
# Link in JIT support
|
# Link in JIT support
|
||||||
LINK_COMPONENTS := jit interpreter native
|
LINK_COMPONENTS := jit interpreter nativecodegen
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
@ -10,6 +10,6 @@ LEVEL = ../..
|
|||||||
TOOLNAME = HowToUseJIT
|
TOOLNAME = HowToUseJIT
|
||||||
EXAMPLE_TOOL = 1
|
EXAMPLE_TOOL = 1
|
||||||
|
|
||||||
LINK_COMPONENTS := jit interpreter native
|
LINK_COMPONENTS := jit interpreter nativecodegen
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
@ -10,7 +10,7 @@ LEVEL = ../..
|
|||||||
TOOLNAME = ParallelJIT
|
TOOLNAME = ParallelJIT
|
||||||
EXAMPLE_TOOL = 1
|
EXAMPLE_TOOL = 1
|
||||||
|
|
||||||
LINK_COMPONENTS := jit interpreter native
|
LINK_COMPONENTS := jit interpreter nativecodegen
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user