1 set(LLVM_LINK_COMPONENTS 2 Support 3 Core 4 ) 5 6 add_llvm_unittest(SupportTests 7 AlignOfTest.cpp 8 AllocatorTest.cpp 9 BlockFrequencyTest.cpp 10 Casting.cpp 11 CommandLineTest.cpp 12 ConstantRangeTest.cpp 13 DataExtractorTest.cpp 14 EndianTest.cpp 15 FileOutputBufferTest.cpp 16 IntegersSubsetTest.cpp 17 LeakDetectorTest.cpp 18 ManagedStatic.cpp 19 MathExtrasTest.cpp 20 Path.cpp 21 raw_ostream_test.cpp 22 RegexTest.cpp 23 SwapByteOrderTest.cpp 24 TimeValue.cpp 25 ValueHandleTest.cpp 26 YAMLParserTest.cpp 27 ) 28