mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 07:34:06 +00:00
llvm/unittests: Simplify LINK_COMPONENTS.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158942 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c2270a48e3
commit
f455101bad
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
TESTNAME = Analysis
|
TESTNAME = Analysis
|
||||||
LINK_COMPONENTS := core support target analysis ipa
|
LINK_COMPONENTS := analysis
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
TESTNAME = Bitcode
|
TESTNAME = Bitcode
|
||||||
LINK_COMPONENTS := core support bitreader bitwriter
|
LINK_COMPONENTS := bitreader bitwriter
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
set(LLVM_LINK_COMPONENTS
|
set(LLVM_LINK_COMPONENTS
|
||||||
jit
|
|
||||||
interpreter
|
interpreter
|
||||||
nativecodegen
|
|
||||||
)
|
)
|
||||||
|
|
||||||
add_llvm_unittest(ExecutionEngineTests
|
add_llvm_unittest(ExecutionEngineTests
|
||||||
|
@ -2,7 +2,6 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
asmparser
|
asmparser
|
||||||
bitreader
|
bitreader
|
||||||
bitwriter
|
bitwriter
|
||||||
interpreter
|
|
||||||
jit
|
jit
|
||||||
nativecodegen
|
nativecodegen
|
||||||
)
|
)
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
LEVEL = ../../..
|
LEVEL = ../../..
|
||||||
TESTNAME = JIT
|
TESTNAME = JIT
|
||||||
LINK_COMPONENTS := asmparser bitreader bitwriter core jit native support
|
LINK_COMPONENTS := asmparser bitreader bitwriter jit native
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
TESTNAME = ExecutionEngine
|
TESTNAME = ExecutionEngine
|
||||||
LINK_COMPONENTS := engine interpreter
|
LINK_COMPONENTS :=interpreter
|
||||||
PARALLEL_DIRS = JIT
|
PARALLEL_DIRS = JIT
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
LEVEL = ../../..
|
LEVEL = ../../..
|
||||||
TESTNAME = Utils
|
TESTNAME = Utils
|
||||||
LINK_COMPONENTS := core support transformutils
|
LINK_COMPONENTS := TransformUtils
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
set(LLVM_LINK_COMPONENTS
|
set(LLVM_LINK_COMPONENTS
|
||||||
asmparser
|
asmparser
|
||||||
analysis
|
|
||||||
core
|
core
|
||||||
ipa
|
ipa
|
||||||
target
|
|
||||||
)
|
)
|
||||||
|
|
||||||
set(VMCoreSources
|
set(VMCoreSources
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
TESTNAME = VMCore
|
TESTNAME = VMCore
|
||||||
LINK_COMPONENTS := core support target ipa asmparser
|
LINK_COMPONENTS := core ipa asmparser
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user