Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (a5ddca88f32191040f39bdf38a4ad4e5dcbb641f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (a5ddca88f32191040f39bdf38a4ad4e5dcbb641f)
  • Date: Sun, 22 Jun 2025 05:20:42 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

devel/llvm/HISTORY | 4
devel/llvm/patches-clang/clang-001-fix-unwind-chain-inclusion.patch | 45
----------
2 files changed, 4 insertions(+), 45 deletions(-)

New commits:
commit a5ddca88f32191040f39bdf38a4ad4e5dcbb641f
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

llvm: Remove dangling patch

diff --git a/devel/llvm/HISTORY b/devel/llvm/HISTORY
index d3f928d..2b48c44 100644
--- a/devel/llvm/HISTORY
+++ b/devel/llvm/HISTORY
@@ -1,3 +1,7 @@
+2025-06-22 Ismael Luceno <ismael AT sourcemage.org>
+ * patches-clang/clang-001-fix-unwind-chain-inclusion.patch:
+ removed, it was not being applied
+
2025-05-11 Ismael Luceno <ismael AT sourcemage.org>
* BUILD: removed CMAKE_LINKER_TYPE=SYSTEM

diff --git
a/devel/llvm/patches-clang/clang-001-fix-unwind-chain-inclusion.patch
b/devel/llvm/patches-clang/clang-001-fix-unwind-chain-inclusion.patch
deleted file mode 100644
index adc3fcd..0000000
--- a/devel/llvm/patches-clang/clang-001-fix-unwind-chain-inclusion.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From 352974169f0d2b5da3d5321f588f5e3b5941330e Mon Sep 17 00:00:00 2001
-From: Andrea Brancaleoni <miwaxe AT gmail.com>
-Date: Tue, 8 Sep 2015 22:14:57 +0200
-Subject: [PATCH 2/7] fix unwind chain inclusion
-
-Origin: Void Linux
----
- lib/Headers/unwind.h | 9 +++++----
- 1 file changed, 5 insertions(+), 4 deletions(-)
-
-diff --git a/lib/Headers/unwind.h b/lib/Headers/unwind.h
-index 303d792..44e10cc 100644
---- a/tools/clang/lib/Headers/unwind.h
-+++ b/tools/clang/lib/Headers/unwind.h
-@@ -9,9 +9,6 @@
-
- /* See "Data Definitions for libgcc_s" in the Linux Standard Base.*/
-
--#ifndef __CLANG_UNWIND_H
--#define __CLANG_UNWIND_H
--
- #if defined(__APPLE__) && __has_include_next(<unwind.h>)
- /* Darwin (from 11.x on) provide an unwind.h. If that's available,
- * use it. libunwind wraps some of its definitions in #ifdef _GNU_SOURCE,
-@@ -39,6 +36,9 @@
- # endif
- #else
-
-+#ifndef __CLANG_UNWIND_H
-+#define __CLANG_UNWIND_H
-+
- #include <stdint.h>
-
- #ifdef __cplusplus
-@@ -322,6 +322,7 @@ _Unwind_Ptr _Unwind_GetTextRelBase(struct
_Unwind_Context *);
- }
- #endif
-
-+#endif /* __CLANG_UNWIND_H */
-+
- #endif
-
--#endif /* __CLANG_UNWIND_H */
---
-2.5.1


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (a5ddca88f32191040f39bdf38a4ad4e5dcbb641f), Ismael Luceno, 06/22/2025

Archive powered by MHonArc 2.6.24.

Top of Page