Index: test/CMakeLists.txt =================================================================== --- test/CMakeLists.txt +++ test/CMakeLists.txt @@ -123,7 +123,7 @@ endif() # The framework path is passed to the test arguments as $. This won't work in the -# LLDB_DOTEST_ARGS when using a generator that supports multiple configurations such as Visual Studio, +# LLDB_DOTEST_ARGS_STR when using a generator that supports multiple configurations such as Visual Studio, # but since the framework is currently confined to Darwin/Apple, we can leave it as is. if(LLDB_BUILD_FRAMEWORK) list(APPEND LLDB_TEST_COMMON_ARGS --framework $) @@ -135,7 +135,7 @@ endif() # In some cases, DEBUGSERVER_PATH is expressed as $. This won't work in the -# LLDB_DOTEST_ARGS when using a generator that supports multiple configurations such as Visual Studio, +# LLDB_DOTEST_ARGS_STR when using a generator that supports multiple configurations such as Visual Studio, # but since debugserver is currently confined to Darwin/Apple, we can leave it as is. if(CMAKE_HOST_APPLE) list(APPEND LLDB_TEST_COMMON_ARGS --server ${DEBUGSERVER_PATH}) @@ -165,7 +165,7 @@ ${CMAKE_CURRENT_BINARY_DIR}/lldb-dotest.configured ) # We need this to expand the generator expressions. TARGET_FILE_DIR is OK here because we want to -# generate a coopy of lldb-dotest per configuration. +# generate a copy of lldb-dotest per configuration. file(GENERATE OUTPUT $/lldb-dotest