mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Reduce dpendencies for SupportTests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116235 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5031e0d977
commit
12647eb3f5
@ -66,6 +66,25 @@ add_llvm_unittest(JIT
|
|||||||
ExecutionEngine/JIT/MultiJITTest.cpp
|
ExecutionEngine/JIT/MultiJITTest.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
add_llvm_unittest(Transforms
|
||||||
|
Transforms/Utils/Cloning.cpp
|
||||||
|
)
|
||||||
|
|
||||||
|
add_llvm_unittest(VMCore
|
||||||
|
VMCore/ConstantsTest.cpp
|
||||||
|
VMCore/DerivedTypesTest.cpp
|
||||||
|
VMCore/InstructionsTest.cpp
|
||||||
|
VMCore/MetadataTest.cpp
|
||||||
|
VMCore/PassManagerTest.cpp
|
||||||
|
VMCore/VerifierTest.cpp
|
||||||
|
)
|
||||||
|
|
||||||
|
set(LLVM_LINK_COMPONENTS
|
||||||
|
System
|
||||||
|
Support
|
||||||
|
Core
|
||||||
|
)
|
||||||
|
|
||||||
add_llvm_unittest(Support
|
add_llvm_unittest(Support
|
||||||
Support/AllocatorTest.cpp
|
Support/AllocatorTest.cpp
|
||||||
Support/Casting.cpp
|
Support/Casting.cpp
|
||||||
@ -80,16 +99,3 @@ add_llvm_unittest(Support
|
|||||||
Support/TypeBuilderTest.cpp
|
Support/TypeBuilderTest.cpp
|
||||||
Support/ValueHandleTest.cpp
|
Support/ValueHandleTest.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
add_llvm_unittest(Transforms
|
|
||||||
Transforms/Utils/Cloning.cpp
|
|
||||||
)
|
|
||||||
|
|
||||||
add_llvm_unittest(VMCore
|
|
||||||
VMCore/ConstantsTest.cpp
|
|
||||||
VMCore/DerivedTypesTest.cpp
|
|
||||||
VMCore/InstructionsTest.cpp
|
|
||||||
VMCore/MetadataTest.cpp
|
|
||||||
VMCore/PassManagerTest.cpp
|
|
||||||
VMCore/VerifierTest.cpp
|
|
||||||
)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user