<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/32d4293b9ba863dd1a741e8209fd758b8d333f66">https://github.com/macports/macports-ports/commit/32d4293b9ba863dd1a741e8209fd758b8d333f66</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 32d4293  llvm-7.0: blacklist clang-3.4
</span>32d4293 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 32d4293b9ba863dd1a741e8209fd758b8d333f66
</span>Author: System Administrator <kencu@macports.org>
AuthorDate: Sat Jan 12 13:39:39 2019 -0800

<span style='display:block; white-space:pre;color:#404040;'>    llvm-7.0: blacklist clang-3.4
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    has codegen issues; resulting compiler crashes,
</span><span style='display:block; white-space:pre;color:#404040;'>    at least on 10.5 Intel. llvm-7.0 built with clang-3.7
</span><span style='display:block; white-space:pre;color:#404040;'>    functions normally without faults
</span>---
 lang/llvm-7.0/Portfile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-7.0/Portfile b/lang/llvm-7.0/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3d7c679..2b8ecac 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-7.0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-7.0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -309,12 +309,13 @@ if {${subport} eq "llvm-${llvm_version}"} {
</span> # Xcode 5.1's clang (clang-503.0.40) has codegen issues (resulting compiler crashes)
 # Xcode 6.2's clang (600.0.57) fails due to https://llvm.org/bugs/show_bug.cgi?id=25753
 compiler.blacklist *gcc* {clang < 602}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# clang older than 3.5 fail due to https://llvm.org/bugs/show_bug.cgi?id=25753
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# llvm-7.0 builds with clang-3.4 but has codegen issues (resulting compiler crashes) (kencu)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append macports-clang-3.3 macports-clang-3.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> compiler.fallback-append macports-clang-3.7 macports-clang-3.9
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${subport} eq "clang-${llvm_version}"} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # clang older than 3.5 fail due to https://llvm.org/bugs/show_bug.cgi?id=25753
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    compiler.blacklist-append macports-clang-3.3 macports-clang-3.4
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span> 
 if {${subport} eq "lldb-${llvm_version}"} {
     # Xcode 6.4's clang (602.0.53) fails to build lldb with 'thread-local storage is not supported for the current target'
</pre><pre style='margin:0'>

</pre>