Skip to Content.
Sympa Menu

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

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 (28eccd8298a996ae890cd057d4ae7c9479756a8b)
  • Date: Sun, 16 Aug 2026 20:08:40 +0000

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

devel/llvm/BUILD | 10 ++++++++++
devel/llvm/HISTORY | 1 +
2 files changed, 11 insertions(+)

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

llvm: Fix expansion of "all" targets

diff --git a/devel/llvm/BUILD b/devel/llvm/BUILD
index 16805a9..85c2c99 100755
--- a/devel/llvm/BUILD
+++ b/devel/llvm/BUILD
@@ -4,6 +4,16 @@ if is_depends_enabled $SPELL_INSTANCE doxygen; then
OPTS+=" -DLLVM_BUILD_DOCS=ON"
fi &&

+if list_find "$LLVM_TARGETS" all; then
+ LLVM_TARGETS=all
+fi &&
+if list_find "$LLVM_EXPERIMENTAL_TARGETS" all; then
+ LLVM_EXPERIMENTAL_TARGETS=all
+fi &&
+if list_find "$LLVM_LIBCLC_TARGETS" all; then
+ LLVM_LIBCLC_TARGETS=all
+fi &&
+
# the standalone slots know none of the options below: they are a bare
# llvm tree, configured where they were unpacked, and the only choices
# their spells ever offered were targets, RTTI and polly
diff --git a/devel/llvm/HISTORY b/devel/llvm/HISTORY
index f6d0a28..1c69bc8 100644
--- a/devel/llvm/HISTORY
+++ b/devel/llvm/HISTORY
@@ -3,6 +3,7 @@
* SLOTS, DETAILS, WATCH: added slot 21, version 21.1.8
* BUILD: build the doxygen docs the doxygen option installs
* DEPENDS: only slot 0 is offered doxygen
+ * BUILD: Fix expansion of "all" targets

2026-08-15 Ismael Luceno <ismael AT sourcemage.org>
* SLOTS: added, slots 0, 20, 16 and 15


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (28eccd8298a996ae890cd057d4ae7c9479756a8b), Ismael Luceno, 08/16/2026

Archive powered by MHonArc 2.6.24.

Top of Page