Revert the rest of r244634, since it breaks the standalone build

compiler-rt can apparently be built without an installed copy of LLVM,
so we can't call its cmake code.

llvm-svn: 244647
This commit is contained in:
Reid Kleckner 2015-08-11 18:43:13 +00:00
parent 1f4bd3dd89
commit c1cd8dd4de
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ else()
set(COMPILER_RT_HAS_LIBCXX_SOURCES FALSE)
endif()
find_llvm_external_project(projects libcxx COMPILER_RT_LLD_PATH)
set(COMPILER_RT_LLD_PATH ${LLVM_MAIN_SRC_DIR}/tools/lld)
if(EXISTS ${COMPILER_RT_LLD_PATH}/)
set(COMPILER_RT_HAS_LLD_SOURCES TRUE)
else()