Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (e05068254cb53c0772b529c462fad2c4d932a1a5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (e05068254cb53c0772b529c462fad2c4d932a1a5)
  • Date: Thu, 7 Mar 2024 09:25:56 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

devel/llvm/HISTORY | 3 +++
devel/llvm/patches-lld/libcxxabi-dl.patch | 27 ---------------------------
2 files changed, 3 insertions(+), 27 deletions(-)

New commits:
commit e05068254cb53c0772b529c462fad2c4d932a1a5
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

llvm - delete bad patch

diff --git a/devel/llvm/HISTORY b/devel/llvm/HISTORY
index a4b3501..c9f1dee 100644
--- a/devel/llvm/HISTORY
+++ b/devel/llvm/HISTORY
@@ -1,3 +1,6 @@
+2024-03-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * libcxxabi-dl.patch: deleted, obsolete
+
2024-03-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 18.1.0

diff --git a/devel/llvm/patches-lld/libcxxabi-dl.patch
b/devel/llvm/patches-lld/libcxxabi-dl.patch
deleted file mode 100644
index d47a227..0000000
--- a/devel/llvm/patches-lld/libcxxabi-dl.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Also link to -ldl to prevent undefined references.
-
-Origin: Void Linux
-
---- a/runtimes/libcxxabi/src/CMakeLists.txt
-+++ b/runtimes/libcxxabi/src/CMakeLists.txt
-@@ -73,6 +73,7 @@
- endif()
-
- add_library_flags_if(LIBCXXABI_HAS_C_LIB c)
-+ add_library_flags_if(LIBCXXABI_HAS_C_LIB dl)
- endif()
-
- if (LIBCXXABI_USE_LLVM_UNWINDER)
---- a/runtimes/libcxx/CMakeLists.txt
-+++ b/runtimes/libcxx/CMakeLists.txt
-@@ -745,6 +745,10 @@
- target_link_libraries(${target} PRIVATE m)
- endif()
-
-+ if (LIBCXX_HAS_C_LIB)
-+ target_link_libraries(${target} PRIVATE dl)
-+ endif()
-+
- if (LIBCXX_HAS_RT_LIB)
- target_link_libraries(${target} PRIVATE rt)
- endif()


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (e05068254cb53c0772b529c462fad2c4d932a1a5), Treeve Jelbert, 03/07/2024

Archive powered by MHonArc 2.6.24.

Top of Page