<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ebc481cee5956d269a2fce02156fc739d15f5fbf">https://github.com/macports/macports-ports/commit/ebc481cee5956d269a2fce02156fc739d15f5fbf</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new ebc481cee59 LLVM 20: Fallback to clang-17 on Darwin17+
</span>ebc481cee59 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit ebc481cee5956d269a2fce02156fc739d15f5fbf
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri Mar 7 20:10:22 2025 +0000
<span style='display:block; white-space:pre;color:#404040;'> LLVM 20: Fallback to clang-17 on Darwin17+
</span>---
lang/llvm-20/Portfile | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-20/Portfile b/lang/llvm-20/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bebdcd3ce30..fa2f3a37498 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-20/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-20/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,7 +54,11 @@ compiler.blacklist *gcc* {clang < 1001} macports-clang-3.*
</span> # work/build/include/c++/v1/optional:224:5: error: destructor cannot be marked constexpr
# _LIBCPP_CONSTEXPR_AFTER_CXX17 ~__optional_destruct_base()
compiler.blacklist-append {clang < 1204} {macports-clang-[5-9].0} {macports-clang-1[0-3]}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.fallback clang macports-clang-16
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.major} >= 17 || ${os.platform} ne "darwin"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ compiler.fallback clang macports-clang-17
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+} else {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ compiler.fallback clang macports-clang-16
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span>
cmake.generator Ninja
cmake.install_prefix ${sub_prefix}
</pre><pre style='margin:0'>
</pre>