Check .rela instead of ELF64 for the compensation vaue resetting
[oota-llvm.git] / unittests / Support / CMakeLists.txt
index 06c5343cd6520c570a669f340ad12b9241994e9b..09a0ea50d748dcba28a4bd7bcbfda84b4eaf435e 100644 (file)
@@ -17,12 +17,14 @@ add_llvm_unittest(SupportTests
   LeakDetectorTest.cpp
   ManagedStatic.cpp
   MathExtrasTest.cpp
+  MemoryBufferTest.cpp
+  MemoryTest.cpp
   Path.cpp
   RegexTest.cpp
   SwapByteOrderTest.cpp
   TimeValue.cpp
   ValueHandleTest.cpp
   YAMLParserTest.cpp
-  formatted_raw_ostream.cpp
+  formatted_raw_ostream_test.cpp
   raw_ostream_test.cpp
   )