[Lldb-commits] [lldb] 55985db - [lldb][test] Remove non-existent Windows lib from thread tests

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 21 06:06:21 PST 2023


Author: David Spickett
Date: 2023-12-21T14:05:08Z
New Revision: 55985db5fe82705234370848c47575db7a16437e

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

LOG: [lldb][test] Remove non-existent Windows lib from thread tests

I assumed since it was in the PR and seemed like a logical
library to have, it would exist, but only `...Common` exists.

Added: 
    

Modified: 
    lldb/unittests/Thread/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/lldb/unittests/Thread/CMakeLists.txt b/lldb/unittests/Thread/CMakeLists.txt
index a90643eb0c110e..2b771d3cd309f7 100644
--- a/lldb/unittests/Thread/CMakeLists.txt
+++ b/lldb/unittests/Thread/CMakeLists.txt
@@ -1,5 +1,4 @@
 if (CMAKE_SYSTEM_NAME MATCHES "Windows")
-  list(APPEND LLDB_WINDOWS_LIBS lldbPluginProcessWindows)
   list(APPEND LLDB_WINDOWS_LIBS lldbPluginProcessWindowsCommon)
 endif()
 


        


More information about the lldb-commits mailing list