System: Add SwapByteOrder and update Support/MathExtras.h to use it.
[oota-llvm.git] / unittests / CMakeLists.txt
index 43dfd239ef3c734f2fba53a420c9375bfd930f87..8a5a367794bd9977eafd253685987b617d2d36cb 100644 (file)
@@ -95,6 +95,7 @@ add_llvm_unittest(Support
   Support/raw_ostream_test.cpp
   Support/RegexTest.cpp
   Support/System.cpp
+  Support/SwapByteOrderTest.cpp
   Support/TypeBuilderTest.cpp
   Support/ValueHandleTest.cpp
   )