From: Petr Hosek Date: Wed, 8 Nov 2017 23:44:27 +0000 (+0000) Subject: [CMake][runtimes] Fix the variable name X-Git-Tag: llvmorg-6.0.0-rc1~3840 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb5ef73460189fa410e2b42fba827d131142ca0e;p=platform%2Fupstream%2Fllvm.git [CMake][runtimes] Fix the variable name This typo causes the llvm-lit path resolution to fail. Differential Revision: https://reviews.llvm.org/D39811 llvm-svn: 317742 --- diff --git a/llvm/runtimes/CMakeLists.txt b/llvm/runtimes/CMakeLists.txt index 7c6c018..d916c4a 100644 --- a/llvm/runtimes/CMakeLists.txt +++ b/llvm/runtimes/CMakeLists.txt @@ -116,7 +116,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}) set(SAFE_LLVM_BINARY_DIR ${LLVM_BINARY_DIR}) set(SAFE_LLVM_LIBRARY_OUTPUT_INTDIR ${LLVM_LIBRARY_OUTPUT_INTDIR}) - set(SAFE_LLVM_RUNTIMES_OUTPUT_INTDIR ${LLVM_RUNTIME_OUTPUT_INTDIR}) + set(SAFE_LLVM_RUNTIME_OUTPUT_INTDIR ${LLVM_RUNTIME_OUTPUT_INTDIR}) # We do this in two loops so that HAVE_* is set for each runtime before the # other runtimes are added.