mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
33 lines
620 B
CMake
33 lines
620 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(ADTTests
|
||
|
APFloatTest.cpp
|
||
|
APIntTest.cpp
|
||
|
BitVectorTest.cpp
|
||
|
DAGDeltaAlgorithmTest.cpp
|
||
|
DeltaAlgorithmTest.cpp
|
||
|
DenseMapTest.cpp
|
||
|
DenseSetTest.cpp
|
||
|
FoldingSet.cpp
|
||
|
HashingTest.cpp
|
||
|
ilistTest.cpp
|
||
|
ImmutableSetTest.cpp
|
||
|
IntEqClassesTest.cpp
|
||
|
IntervalMapTest.cpp
|
||
|
IntrusiveRefCntPtrTest.cpp
|
||
|
PackedVectorTest.cpp
|
||
|
SCCIteratorTest.cpp
|
||
|
SmallPtrSetTest.cpp
|
||
|
SmallStringTest.cpp
|
||
|
SmallVectorTest.cpp
|
||
|
SparseBitVectorTest.cpp
|
||
|
SparseSetTest.cpp
|
||
|
StringMapTest.cpp
|
||
|
StringRefTest.cpp
|
||
|
TripleTest.cpp
|
||
|
TwineTest.cpp
|
||
|
VariadicFunctionTest.cpp
|
||
|
)
|