mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-28 22:20:43 +00:00
2d6d585c85
Patch by Daniel Malea. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165246 91177308-0d34-0410-b5e6-96231b3b80d8
31 lines
568 B
CMake
31 lines
568 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
|
|
FileOutputBufferTest.cpp
|
|
IntegersSubsetTest.cpp
|
|
LeakDetectorTest.cpp
|
|
ManagedStatic.cpp
|
|
MathExtrasTest.cpp
|
|
MemoryBufferTest.cpp
|
|
MemoryTest.cpp
|
|
Path.cpp
|
|
RegexTest.cpp
|
|
SwapByteOrderTest.cpp
|
|
TimeValue.cpp
|
|
ValueHandleTest.cpp
|
|
YAMLParserTest.cpp
|
|
formatted_raw_ostream_test.cpp
|
|
raw_ostream_test.cpp
|
|
)
|