<pre style='margin:0'>
Jeremy Huddleston Sequoia (jeremyhu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cb535575f3500db395641b8a7add000d1afb7a86">https://github.com/macports/macports-ports/commit/cb535575f3500db395641b8a7add000d1afb7a86</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 cb53557  clang-3.{8,9,devel}: Only use -DTEST_COMPILE_ONLY=YES on Snow Leopard and earlier
</span>cb53557 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cb535575f3500db395641b8a7add000d1afb7a86
</span>Author: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
AuthorDate: Fri Nov 4 09:31:57 2016 -0700

<span style='display:block; white-space:pre;color:#404040;'>    clang-3.{8,9,devel}: Only use -DTEST_COMPILE_ONLY=YES on Snow Leopard and earlier
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
</span>---
 lang/llvm-3.8/Portfile   | 2 +-
 lang/llvm-3.9/Portfile   | 2 +-
 lang/llvm-devel/Portfile | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-3.8/Portfile b/lang/llvm-3.8/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a3d634c..102ffad 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-3.8/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-3.8/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -206,7 +206,6 @@ if {${subport} eq "llvm-${llvm_version}"} {
</span>     configure.args-append \
         -DCLANG_INCLUDE_TESTS=OFF \
         -DCLANG_ENABLE_STATIC_ANALYZER=OFF \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        -DTEST_COMPILE_ONLY=YES \
</span>         -DLLVM_BUILD_RUNTIME=ON \
         -DLIBCXX_INSTALL_LIBRARY=OFF
 }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -286,6 +285,7 @@ platform darwin {
</span>     }
 
     if {${subport} eq "clang-${llvm_version}" && ${os.major} <= 10} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-append -DTEST_COMPILE_ONLY=YES
</span>         patchfiles-append compiler_rt-ppc_fallbacks.patch
     }
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-3.9/Portfile b/lang/llvm-3.9/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index faaba0c..cb6b0e1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-3.9/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-3.9/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -187,7 +187,6 @@ if {${subport} eq "llvm-${llvm_version}"} {
</span>     configure.args-append \
         -DCLANG_INCLUDE_TESTS=OFF \
         -DCLANG_ENABLE_STATIC_ANALYZER=OFF \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        -DTEST_COMPILE_ONLY=YES \
</span>         -DLLVM_BUILD_RUNTIME=ON \
         -DLIBCXX_ENABLE_SHARED=OFF \
         -DLIBCXX_INSTALL_LIBRARY=OFF
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -278,6 +277,7 @@ platform darwin {
</span>     }
 
     if {${subport} eq "clang-${llvm_version}" && ${os.major} <= 10} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-append -DTEST_COMPILE_ONLY=YES
</span>         patchfiles-append compiler_rt-ppc_fallbacks.patch
     }
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-devel/Portfile b/lang/llvm-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7ec453c..931cbd8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -205,7 +205,6 @@ if {${subport} eq "llvm-${llvm_version}"} {
</span>     configure.args-append \
         -DCLANG_INCLUDE_TESTS=OFF \
         -DCLANG_ENABLE_STATIC_ANALYZER=OFF \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        -DTEST_COMPILE_ONLY=YES \
</span>         -DLLVM_BUILD_RUNTIME=ON \
         -DLIBCXX_ENABLE_SHARED=OFF \
         -DLIBCXX_INSTALL_LIBRARY=OFF
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -311,6 +310,7 @@ platform darwin {
</span>     }
 
     if {${subport} eq "clang-${llvm_version}" && ${os.major} <= 10} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-append -DTEST_COMPILE_ONLY=YES
</span>         patchfiles-append compiler_rt-ppc_fallbacks.patch
     }
 
</pre><pre style='margin:0'>

</pre>