File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/sanitizer_common/symbolizer Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ if (LLVM_TREE_AVAILABLE)
5959 set (_host_executable_suffix ${CMAKE_EXECUTABLE_SUFFIX} )
6060 endif ()
6161 set (COMPILER_RT_TEST_COMPILER
62- ${LLVM_RUNTIME_OUTPUT_INTDIR } /clang${_host_executable_suffix} )
62+ ${LLVM_TOOLS_BINARY_DIR } /clang${_host_executable_suffix} )
6363 set (COMPILER_RT_TEST_CXX_COMPILER
64- ${LLVM_RUNTIME_OUTPUT_INTDIR } /clang++${_host_executable_suffix} )
64+ ${LLVM_TOOLS_BINARY_DIR } /clang++${_host_executable_suffix} )
6565else ()
6666 # Take output dir and install path from the user.
6767 set (COMPILER_RT_OUTPUT_DIR ${CMAKE_CURRENT_BINARY_DIR} CACHE PATH
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ foreach(arch ${SANITIZER_COMMON_SUPPORTED_ARCH})
1313 scripts/build_symbolizer.sh
1414 WORKING_DIRECTORY ${RTSanitizerCommonSymbolizerInternalDir}
1515 COMMAND FLAGS =${TARGET_CFLAGS}
16- CLANG=${LLVM_RUNTIME_OUTPUT_INTDIR } /clang
16+ CLANG=${LLVM_TOOLS_BINARY_DIR } /clang
1717 ${CMAKE_CURRENT_SOURCE_DIR} /scripts/build_symbolizer.sh
1818 ${CMAKE_CURRENT_BINARY_DIR} /RTSanitizerCommonSymbolizerInternal.${arch} .o
1919 USES_TERMINAL )
You can’t perform that action at this time.
0 commit comments