Remove one of the LLVM-specific CMake hacks in favor of standard CMake
authorChandler Carruth <chandlerc@gmail.com>
Thu, 21 Jun 2012 01:35:09 +0000 (01:35 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 21 Jun 2012 01:35:09 +0000 (01:35 +0000)
commit45df6f9e0401903b9eba84e2f90674b0a0dfea56
tree4d126c4d2c3674354bbc067cada3ea9bf03bc38f
parent71b49cb5c73ba912f2fab30f35ed1e43c35a2139
Remove one of the LLVM-specific CMake hacks in favor of standard CMake
facilities.

This was only used in one place in LLVM, and was used pervasively (but
with different code!) in Clang. It has no advantages over the standard
CMake facilities and in some cases disadvantages.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158889 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddLLVM.cmake
unittests/CMakeLists.txt