Skip to content

Commit 983ebe8

Browse files
committed
config-specific dir
1 parent e26b30d commit 983ebe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtimes/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ if(LLVM_TREE_AVAILABLE)
101101
set(LLVM_RUNTIME_OUTPUT_INTDIR ${LLVM_TOOLS_BINARY_DIR})
102102
else()
103103
# Use own build directory for artifact output.
104-
set(LLVM_LIBRARY_OUTPUT_INTDIR "${CMAKE_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX}")
105-
set(LLVM_RUNTIME_OUTPUT_INTDIR "${CMAKE_BINARY_DIR}/bin")
104+
set(LLVM_LIBRARY_OUTPUT_INTDIR "${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/lib${LLVM_LIBDIR_SUFFIX}")
105+
set(LLVM_RUNTIME_OUTPUT_INTDIR "${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/bin")
106106
endif()
107107

108108
# CMake omits default compiler include paths, but in runtimes build, we use

0 commit comments

Comments
 (0)