Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Justin Boffemmyer (da1da62b4069d854b92f6c6731304f6b3afb4c12)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <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 Justin Boffemmyer (da1da62b4069d854b92f6c6731304f6b3afb4c12)
  • Date: Thu, 16 Jan 2025 03:13:39 +0000

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

devel/llvm/PREPARE | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit da1da62b4069d854b92f6c6731304f6b3afb4c12
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

devel/llvm: fix stray && typo

Remove a stray && typo that snuck into the previous commit.

diff --git a/devel/llvm/PREPARE b/devel/llvm/PREPARE
index 48c75ea..59ab14c 100755
--- a/devel/llvm/PREPARE
+++ b/devel/llvm/PREPARE
@@ -131,7 +131,7 @@ if [[ "$LLVM_WITH_CLANG" == y ]] ;then
fi &&
case "$LLVM_LIBCLC_TARGETS" in
*spirv*)
- LLVM_WITH_SPIRV=y &&
+ LLVM_WITH_SPIRV=y
;;
esac
fi &&


  • [[SM-Commit] ] GIT changes to master grimoire by Justin Boffemmyer (da1da62b4069d854b92f6c6731304f6b3afb4c12), Justin Boffemmyer, 01/15/2025

Archive powered by MHonArc 2.6.24.

Top of Page