Remove the old, and non-functional CMake build system from CompilerRT.
commit062ed090ed6416fe639a2dcb2d51fbbeb2f1b579
authorChandler Carruth <chandlerc@gmail.com>
Wed, 4 Apr 2012 22:12:01 +0000 (4 22:12 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 4 Apr 2012 22:12:01 +0000 (4 22:12 +0000)
tree12c18856a971aca170f668c5076bd00fa3ef961c
parentd01c51d33a5b4c52160c0a6cc18f7739a0a137d3
Remove the old, and non-functional CMake build system from CompilerRT.
I cannot build any part of this successfully on either Linux or Darwin,
and the replacement is worlds simpler by requiring that this be built as
a subproject of LLVM. If this breaks you for any reason, please let me
know, and let me know what your use case is.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@154059 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
BlocksRuntime/CMakeLists.txt [deleted file]
CMakeLists.txt [deleted file]
cmake/ConfigureChecks.cmake [deleted file]
cmake/Modules/DefineCompilerFlags.cmake [deleted file]
cmake/Modules/MacroAddCheckTest.cmake [deleted file]
cmake/Modules/MacroEnsureOutOfSourceBuild.cmake [deleted file]
cmake/config.h.cmake [deleted file]
lib/CMakeLists.txt [deleted file]
lib/arm/CMakeLists.txt [deleted file]
lib/i386/CMakeLists.txt [deleted file]
lib/ppc/CMakeLists.txt [deleted file]
lib/x86_64/CMakeLists.txt [deleted file]
test/CMakeLists.txt [deleted file]
test/Unit/ppc/CMakeLists.txt [deleted file]
test/timing/CMakeLists.txt [deleted file]