clang/test/CMakeLists.txt: Prune CLANG_SOURCE_DIR and CLANG_BINARY_DIR. They are set at top.

llvm-svn: 197575
This commit is contained in:
NAKAMURA Takumi 2013-12-18 15:08:49 +00:00
parent 988f35e999
commit 96357e6af7
1 changed files with 0 additions and 3 deletions

View File

@ -4,9 +4,6 @@
# If this is a stand-alone Clang build, we fake up our own Lit support here
# rather than relying on LLVM's.
set(CLANG_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/..")
set(CLANG_BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/..")
if (CMAKE_CFG_INTDIR STREQUAL ".")
set(LLVM_BUILD_MODE ".")
else ()