mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-06 12:26:45 +00:00
Fix configure and make build of llvm examples.
Replaced link component 'jit' with 'mcjit'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217032 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a80ff26688
commit
b449c2885f
@ -10,6 +10,6 @@ LEVEL = ../..
|
|||||||
TOOLNAME = BrainF
|
TOOLNAME = BrainF
|
||||||
EXAMPLE_TOOL = 1
|
EXAMPLE_TOOL = 1
|
||||||
|
|
||||||
LINK_COMPONENTS := jit bitwriter nativecodegen interpreter
|
LINK_COMPONENTS := mcjit bitwriter nativecodegen interpreter
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
@ -11,6 +11,6 @@ TOOLNAME = ExceptionDemo
|
|||||||
EXAMPLE_TOOL = 1
|
EXAMPLE_TOOL = 1
|
||||||
REQUIRES_EH = 1
|
REQUIRES_EH = 1
|
||||||
|
|
||||||
LINK_COMPONENTS := jit mcjit nativecodegen
|
LINK_COMPONENTS := mcjit nativecodegen
|
||||||
|
|
||||||
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 nativecodegen
|
LINK_COMPONENTS := interpreter mcjit 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 nativecodegen
|
LINK_COMPONENTS := mcjit interpreter nativecodegen
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
@ -10,6 +10,6 @@ LEVEL = ../../..
|
|||||||
TOOLNAME = Kaleidoscope-Ch4
|
TOOLNAME = Kaleidoscope-Ch4
|
||||||
EXAMPLE_TOOL = 1
|
EXAMPLE_TOOL = 1
|
||||||
|
|
||||||
LINK_COMPONENTS := core jit native
|
LINK_COMPONENTS := core mcjit native
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
@ -10,6 +10,6 @@ LEVEL = ../../..
|
|||||||
TOOLNAME = Kaleidoscope-Ch5
|
TOOLNAME = Kaleidoscope-Ch5
|
||||||
EXAMPLE_TOOL = 1
|
EXAMPLE_TOOL = 1
|
||||||
|
|
||||||
LINK_COMPONENTS := core jit native
|
LINK_COMPONENTS := core mcjit native
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
@ -10,6 +10,6 @@ LEVEL = ../../..
|
|||||||
TOOLNAME = Kaleidoscope-Ch6
|
TOOLNAME = Kaleidoscope-Ch6
|
||||||
EXAMPLE_TOOL = 1
|
EXAMPLE_TOOL = 1
|
||||||
|
|
||||||
LINK_COMPONENTS := core jit native
|
LINK_COMPONENTS := core mcjit native
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
@ -11,6 +11,6 @@ TOOLNAME = Kaleidoscope-Ch7
|
|||||||
EXAMPLE_TOOL = 1
|
EXAMPLE_TOOL = 1
|
||||||
REQUIRES_RTTI := 1
|
REQUIRES_RTTI := 1
|
||||||
|
|
||||||
LINK_COMPONENTS := core jit native
|
LINK_COMPONENTS := core mcjit native
|
||||||
|
|
||||||
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 nativecodegen
|
LINK_COMPONENTS := mcjit interpreter nativecodegen
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user