[Lldb-commits] [lldb] d3d7666 - [lldb/CMake] Remove duplicate entry

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 16 20:09:04 PST 2020


Author: Jonas Devlieghere
Date: 2020-01-16T20:08:55-08:00
New Revision: d3d7666678a227cc4eed5a2e60a08a87f027cafb

URL: https://github.com/llvm/llvm-project/commit/d3d7666678a227cc4eed5a2e60a08a87f027cafb
DIFF: https://github.com/llvm/llvm-project/commit/d3d7666678a227cc4eed5a2e60a08a87f027cafb.diff

LOG: [lldb/CMake] Remove duplicate entry

Added: 
    

Modified: 
    lldb/test/API/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/CMakeLists.txt b/lldb/test/API/CMakeLists.txt
index 1ea2844c2fea..0fe88337ba58 100644
--- a/lldb/test/API/CMakeLists.txt
+++ b/lldb/test/API/CMakeLists.txt
@@ -165,7 +165,6 @@ if(LLDB_BUILT_STANDALONE)
   endif()
 endif()
 
-string(REPLACE ${CMAKE_CFG_INTDIR} ${dotest_args_replacement} LLDB_DOTEST_ARGS "${LLDB_DOTEST_ARGS}")
 string(REPLACE ${CMAKE_CFG_INTDIR} ${dotest_args_replacement} LLDB_DOTEST_ARGS "${LLDB_DOTEST_ARGS}")
 string(REPLACE ${CMAKE_CFG_INTDIR} ${dotest_args_replacement} LLDB_SOURCE_DIR "${LLDB_SOURCE_DIR}")
 string(REPLACE ${CMAKE_CFG_INTDIR} ${dotest_args_replacement} LLDB_TEST_BUILD_DIRECTORY "${LLDB_TEST_BUILD_DIRECTORY}")


        


More information about the lldb-commits mailing list