mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
fix configure+make build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215116 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -11,7 +11,7 @@ LIBRARYNAME = LLVMExecutionEngine
|
|||||||
|
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
|
|
||||||
PARALLEL_DIRS = Interpreter JIT MCJIT RuntimeDyld
|
PARALLEL_DIRS = Interpreter MCJIT RuntimeDyld
|
||||||
|
|
||||||
ifeq ($(USE_INTEL_JITEVENTS), 1)
|
ifeq ($(USE_INTEL_JITEVENTS), 1)
|
||||||
PARALLEL_DIRS += IntelJITEvents
|
PARALLEL_DIRS += IntelJITEvents
|
||||||
|
@@ -15,7 +15,6 @@ TARGET = SystemZ
|
|||||||
BUILT_SOURCES = SystemZGenRegisterInfo.inc \
|
BUILT_SOURCES = SystemZGenRegisterInfo.inc \
|
||||||
SystemZGenAsmWriter.inc \
|
SystemZGenAsmWriter.inc \
|
||||||
SystemZGenAsmMatcher.inc \
|
SystemZGenAsmMatcher.inc \
|
||||||
SystemZGenCodeEmitter.inc \
|
|
||||||
SystemZGenDisassemblerTables.inc \
|
SystemZGenDisassemblerTables.inc \
|
||||||
SystemZGenInstrInfo.inc \
|
SystemZGenInstrInfo.inc \
|
||||||
SystemZGenDAGISel.inc \
|
SystemZGenDAGISel.inc \
|
||||||
|
@@ -14,7 +14,7 @@ PARALLEL_DIRS := ChildTarget
|
|||||||
|
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
|
|
||||||
LINK_COMPONENTS := mcjit jit instrumentation interpreter nativecodegen bitreader asmparser irreader selectiondag native
|
LINK_COMPONENTS := mcjit instrumentation interpreter nativecodegen bitreader asmparser irreader selectiondag native
|
||||||
|
|
||||||
# If Intel JIT Events support is confiured, link against the LLVM Intel JIT
|
# If Intel JIT Events support is confiured, link against the LLVM Intel JIT
|
||||||
# Events interface library
|
# Events interface library
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
LEVEL := ../..
|
LEVEL := ../..
|
||||||
TOOLNAME := llvm-rtdyld
|
TOOLNAME := llvm-rtdyld
|
||||||
LINK_COMPONENTS := all-targets support MC object RuntimeDyld JIT debuginfo
|
LINK_COMPONENTS := all-targets support MC object RuntimeDyld MCJIT debuginfo
|
||||||
|
|
||||||
# This tool has no plugins, optimize startup time.
|
# This tool has no plugins, optimize startup time.
|
||||||
TOOL_NO_EXPORTS := 1
|
TOOL_NO_EXPORTS := 1
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
LEVEL = ../../..
|
LEVEL = ../../..
|
||||||
TESTNAME = MCJIT
|
TESTNAME = MCJIT
|
||||||
LINK_COMPONENTS := core ipo jit mcjit native support
|
LINK_COMPONENTS := core ipo mcjit native support
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
||||||
|
@@ -14,7 +14,7 @@ LINK_COMPONENTS :=interpreter
|
|||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
|
|
||||||
ifeq ($(TARGET_HAS_JIT),1)
|
ifeq ($(TARGET_HAS_JIT),1)
|
||||||
PARALLEL_DIRS = JIT MCJIT
|
PARALLEL_DIRS = MCJIT
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
||||||
|
Reference in New Issue
Block a user