mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
27 lines
468 B
CMake
27 lines
468 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Support
|
||
|
Core
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(SupportTests
|
||
|
AlignOfTest.cpp
|
||
|
AllocatorTest.cpp
|
||
|
BlockFrequencyTest.cpp
|
||
|
Casting.cpp
|
||
|
CommandLineTest.cpp
|
||
|
ConstantRangeTest.cpp
|
||
|
DataExtractorTest.cpp
|
||
|
EndianTest.cpp
|
||
|
IntegersSubsetTest.cpp
|
||
|
LeakDetectorTest.cpp
|
||
|
ManagedStatic.cpp
|
||
|
MathExtrasTest.cpp
|
||
|
Path.cpp
|
||
|
raw_ostream_test.cpp
|
||
|
RegexTest.cpp
|
||
|
SwapByteOrderTest.cpp
|
||
|
TimeValue.cpp
|
||
|
ValueHandleTest.cpp
|
||
|
YAMLParserTest.cpp
|
||
|
)
|