Check .rela instead of ELF64 for the compensation vaue resetting
[oota-llvm.git] / unittests / Support / CMakeLists.txt
index 674da35dce87d62c63a92978c021e8ab6e382e05..09a0ea50d748dcba28a4bd7bcbfda84b4eaf435e 100644 (file)
@@ -12,17 +12,19 @@ add_llvm_unittest(SupportTests
   ConstantRangeTest.cpp
   DataExtractorTest.cpp
   EndianTest.cpp
+  FileOutputBufferTest.cpp
   IntegersSubsetTest.cpp
-  IRBuilderTest.cpp
   LeakDetectorTest.cpp
   ManagedStatic.cpp
   MathExtrasTest.cpp
+  MemoryBufferTest.cpp
+  MemoryTest.cpp
   Path.cpp
-  raw_ostream_test.cpp
   RegexTest.cpp
   SwapByteOrderTest.cpp
   TimeValue.cpp
-  TypeBuilderTest.cpp
   ValueHandleTest.cpp
   YAMLParserTest.cpp
+  formatted_raw_ostream_test.cpp
+  raw_ostream_test.cpp
   )