mirror of
git://slackware.nl/current.git
synced 2025-01-06 05:25:20 +01:00
b9cc8f3425
extra/llvm-17.0.6-x86_64-1_slack15.0.txz: Added. In case anyone needs a newer compiler. extra/llvm13-compat-13.0.0-x86_64-1_slack15.0.txz: Added. In case anyone needs to run binaries linked to the old compiler.
14 lines
442 B
Diff
14 lines
442 B
Diff
--- ./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
|