<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/a6ad956012efffdc683b9ab9508fe6d394dd450e">https://github.com/macports/macports-ports/commit/a6ad956012efffdc683b9ab9508fe6d394dd450e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a6ad956012efffdc683b9ab9508fe6d394dd450e
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Mar 6 22:09:14 2025 +0000

<span style='display:block; white-space:pre;color:#404040;'>    LLVM 20: Set compiler-rt as runtime
</span>---
 lang/llvm-20/Portfile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

<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 94e40a49b77..e167586e457 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;'>@@ -267,8 +267,8 @@ if { ${subport} eq "clang-${llvm_version}" } {
</span>     platforms           {darwin >= 16}
 
     configure.args-append   \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        -DLLVM_ENABLE_PROJECTS="clang\;clang-tools-extra\;compiler-rt\;lld" \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        -DLLVM_ENABLE_RUNTIMES="libcxx\;libcxxabi\;libunwind" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        -DLLVM_ENABLE_PROJECTS="clang\;clang-tools-extra\;lld" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        -DLLVM_ENABLE_RUNTIMES="libcxx\;libcxxabi\;libunwind\;compiler-rt" \
</span>         -DLIBCXX_ENABLE_SHARED=ON \
         -DLIBCXX_INSTALL_LIBRARY=ON \
         -DLIBCXX_INSTALL_LIBRARY_DIR=${sub_prefix}/lib/libc++ \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -289,7 +289,8 @@ if { ${subport} eq "flang-${llvm_version}" } {
</span>     supported_archs     arm64 x86_64
 
     configure.args-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        -DLLVM_ENABLE_PROJECTS="clang\;flang\;compiler-rt\;mlir" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        -DLLVM_ENABLE_PROJECTS="clang\;flang\;mlir" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        -DLLVM_ENABLE_RUNTIMES="compiler-rt" \
</span>         -DLIBCXX_ENABLE_SHARED=OFF          \
         -DLIBCXX_INSTALL_LIBRARY=OFF
 
</pre><pre style='margin:0'>

</pre>