summaryrefslogtreecommitdiff
path: root/unittests/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-10-11 21:39:24 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-10-11 21:39:24 +0000
commitaf72684eeab67c227e4ee45cc91ae05513102fa8 (patch)
tree05a9e7640d7587439b18833399512384d28f9fb3 /unittests/CMakeLists.txt
parent050d16c2a978eda86a5b6dc56d6f0cea10963b9c (diff)
downloadllvm-af72684eeab67c227e4ee45cc91ae05513102fa8.tar.gz
llvm-af72684eeab67c227e4ee45cc91ae05513102fa8.tar.bz2
llvm-af72684eeab67c227e4ee45cc91ae05513102fa8.tar.xz
Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."
This reverts commit 116234. It compiled just fine with MSVC and clang... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116242 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/CMakeLists.txt')
-rw-r--r--unittests/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/CMakeLists.txt b/unittests/CMakeLists.txt
index 8a5a367794..43dfd239ef 100644
--- a/unittests/CMakeLists.txt
+++ b/unittests/CMakeLists.txt
@@ -95,7 +95,6 @@ add_llvm_unittest(Support
Support/raw_ostream_test.cpp
Support/RegexTest.cpp
Support/System.cpp
- Support/SwapByteOrderTest.cpp
Support/TypeBuilderTest.cpp
Support/ValueHandleTest.cpp
)