mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 16:50:51 +08:00
[CMake] Remove redundant path component
Fixes spurious path component introduced in r336278. The variable is cached so might require you to re-run CMake. llvm-svn: 336279
This commit is contained in:
@@ -92,7 +92,7 @@ if(LLDB_INCLUDE_TESTS)
|
||||
# The difference between the following two paths is significant. The path to
|
||||
# LLDB will point to LLDB's binary directory, while the other will point to
|
||||
# LLVM's binary directory in case the two differ.
|
||||
set(LLDB_DEFAULT_TEST_EXECUTABLE "${LLVM_RUNTIME_OUTPUT_INTDIR}/bin/lldb${CMAKE_EXECUTABLE_SUFFIX}")
|
||||
set(LLDB_DEFAULT_TEST_EXECUTABLE "${LLVM_RUNTIME_OUTPUT_INTDIR}/lldb${CMAKE_EXECUTABLE_SUFFIX}")
|
||||
set(LLDB_DEFAULT_TEST_DSYMUTIL "${LLVM_BINARY_DIR}/${CMAKE_CFG_INTDIR}/bin/dsymutil${CMAKE_EXECUTABLE_SUFFIX}")
|
||||
|
||||
if (NOT LLDB_TEST_USE_CUSTOM_C_COMPILER AND TARGET clang)
|
||||
|
||||
Reference in New Issue
Block a user