mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-10 22:43:53 +00:00
[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
This commit is contained in:
parent
8404c18f4d
commit
076c6b2526
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user