[CMake] Fix standalone build after r208526

llvm-svn: 208629
This commit is contained in:
Alexey Samsonov 2014-05-12 20:48:29 +00:00
parent 15e247100a
commit 53363b53db
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ else()
option(COMPILER_RT_ENABLE_WERROR "Fail and stop if warning is triggered" OFF)
# Use a host compiler to compile/link tests.
set(COMPILER_RT_TEST_COMPILER ${CMAKE_C_COMPILER} CACHE PATH "Compiler to use for testing")
set(COMPILER_RT_TEST_COMPILER_EXE "-o")
set(COMPILER_RT_TEST_COMPILER_OBJ "-o")
if (NOT LLVM_CONFIG_PATH)
find_program(LLVM_CONFIG_PATH "llvm-config"