summaryrefslogtreecommitdiffstats
path: root/source/d/llvm/lldb.32-bit.link.libatomic.diff
blob: 234bcdc72e45c1a1b56554f66abc825958da5ca0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- ./tools/lldb/source/Utility/CMakeLists.txt.orig	2022-06-22 11:46:24.000000000 -0500
+++ ./tools/lldb/source/Utility/CMakeLists.txt	2022-06-27 22:33:56.715179825 -0500
@@ -19,9 +19,9 @@
   list(APPEND LLDB_SYSTEM_LIBS ws2_32 rpcrt4)
 endif ()
 
-if (NOT HAVE_CXX_ATOMICS64_WITHOUT_LIB )
+#if (NOT HAVE_CXX_ATOMICS64_WITHOUT_LIB )
     list(APPEND LLDB_SYSTEM_LIBS atomic)
-endif()
+#endif()
 
 add_lldb_library(lldbUtility
   ArchSpec.cpp