Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with
[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   IRBuilderTest.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   TypeBuilderTest.cpp
26   ValueHandleTest.cpp
27   YAMLParserTest.cpp
28   )