mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Manually update the dependencies in the Makefiles. It turns out that all
that work on the LLVMBuild based dependency specification didn't actually work, we just now maintain dependencies in *3* places instead of 2. Yay. There may still be some missing dependencies, I'm still sifting through the bots and my builds, but this is a step in the right direction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177988 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e74c2e86cb
commit
0f3e4b1495
@ -10,6 +10,6 @@
|
|||||||
LEVEL := ../..
|
LEVEL := ../..
|
||||||
TOOLNAME := bugpoint
|
TOOLNAME := bugpoint
|
||||||
LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
|
LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
|
||||||
bitwriter vectorize objcarcopts
|
bitwriter irreader vectorize objcarcopts
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
LEVEL := ../..
|
LEVEL := ../..
|
||||||
TOOLNAME := llc
|
TOOLNAME := llc
|
||||||
LINK_COMPONENTS := all-targets bitreader asmparser
|
LINK_COMPONENTS := all-targets bitreader asmparser irreader
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ TOOLNAME := lli
|
|||||||
|
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
|
|
||||||
LINK_COMPONENTS := mcjit jit interpreter nativecodegen bitreader asmparser selectiondag native
|
LINK_COMPONENTS := mcjit jit 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-diff
|
TOOLNAME := llvm-diff
|
||||||
LINK_COMPONENTS := asmparser bitreader
|
LINK_COMPONENTS := asmparser bitreader irreader
|
||||||
|
|
||||||
# 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 := ../..
|
||||||
TOOLNAME := llvm-extract
|
TOOLNAME := llvm-extract
|
||||||
LINK_COMPONENTS := ipo bitreader bitwriter asmparser
|
LINK_COMPONENTS := ipo bitreader bitwriter asmparser irreader
|
||||||
|
|
||||||
# This tool has no plugins, optimize startup time.
|
# This tool has no plugins, optimize startup time.
|
||||||
TOOL_NO_EXPORTS := 1
|
TOOL_NO_EXPORTS := 1
|
||||||
|
@ -12,7 +12,7 @@ TOOLNAME := llvm-jitlistener
|
|||||||
|
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
|
|
||||||
LINK_COMPONENTS := mcjit jit interpreter nativecodegen bitreader asmparser selectiondag Object
|
LINK_COMPONENTS := mcjit jit interpreter nativecodegen bitreader asmparser irreader selectiondag Object
|
||||||
|
|
||||||
# If Intel JIT Events support is configured, link against the LLVM Intel JIT
|
# If Intel JIT Events support is configured, link against the LLVM Intel JIT
|
||||||
# Events interface library. If not, this tool will do nothing useful, but it
|
# Events interface library. If not, this tool will do nothing useful, but it
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
LEVEL := ../..
|
LEVEL := ../..
|
||||||
TOOLNAME := llvm-link
|
TOOLNAME := llvm-link
|
||||||
LINK_COMPONENTS := linker bitreader bitwriter asmparser
|
LINK_COMPONENTS := linker bitreader bitwriter asmparser irreader
|
||||||
|
|
||||||
# This tool has no plugins, optimize startup time.
|
# This tool has no plugins, optimize startup time.
|
||||||
TOOL_NO_EXPORTS := 1
|
TOOL_NO_EXPORTS := 1
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
LEVEL := ../..
|
LEVEL := ../..
|
||||||
TOOLNAME := llvm-stress
|
TOOLNAME := llvm-stress
|
||||||
LINK_COMPONENTS := object
|
LINK_COMPONENTS := object
|
||||||
LINK_COMPONENTS := bitreader bitwriter asmparser instrumentation scalaropts ipo
|
LINK_COMPONENTS := bitreader bitwriter asmparser irreader instrumentation scalaropts ipo
|
||||||
|
|
||||||
# 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,6 +9,6 @@
|
|||||||
|
|
||||||
LEVEL := ../..
|
LEVEL := ../..
|
||||||
TOOLNAME := opt
|
TOOLNAME := opt
|
||||||
LINK_COMPONENTS := bitreader bitwriter asmparser instrumentation scalaropts objcarcopts ipo vectorize all-targets
|
LINK_COMPONENTS := bitreader bitwriter asmparser irreader instrumentation scalaropts objcarcopts ipo vectorize all-targets
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
Loading…
Reference in New Issue
Block a user