Non optimizable objc_retainBlock calls are not forwarding.
[oota-llvm.git] / unittests / Support / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Support
3   Core
4   )
5
6 add_llvm_unittest(SupportTests
7   AlignOfTest.cpp
8   AllocatorTest.cpp
9   ArrayRecyclerTest.cpp
10   BlockFrequencyTest.cpp
11   Casting.cpp
12   CommandLineTest.cpp
13   ConstantRangeTest.cpp
14   DataExtractorTest.cpp
15   EndianTest.cpp
16   ErrorOrTest.cpp
17   FileOutputBufferTest.cpp
18   IntegersSubsetTest.cpp
19   LeakDetectorTest.cpp
20   ManagedStatic.cpp
21   MathExtrasTest.cpp
22   MemoryBufferTest.cpp
23   MemoryTest.cpp
24   Path.cpp
25   ProcessTest.cpp
26   RegexTest.cpp
27   SwapByteOrderTest.cpp
28   TimeValue.cpp
29   ValueHandleTest.cpp
30   YAMLIOTest.cpp
31   YAMLParserTest.cpp
32   formatted_raw_ostream_test.cpp
33   raw_ostream_test.cpp
34   )