Move the IRBuilder unittest from Support to VMCore. This got missed in
[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   BlockFrequencyTest.cpp
10   Casting.cpp
11   CommandLineTest.cpp
12   ConstantRangeTest.cpp
13   DataExtractorTest.cpp
14   EndianTest.cpp
15   IntegersSubsetTest.cpp
16   LeakDetectorTest.cpp
17   ManagedStatic.cpp
18   MathExtrasTest.cpp
19   Path.cpp
20   raw_ostream_test.cpp
21   RegexTest.cpp
22   SwapByteOrderTest.cpp
23   TimeValue.cpp
24   ValueHandleTest.cpp
25   YAMLParserTest.cpp
26   )