[143165] trunk/dports/lang/llvm-3.8/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 12 08:49:57 PST 2015


Revision: 143165
          https://trac.macports.org/changeset/143165
Author:   jeremyhu at macports.org
Date:     2015-12-05 10:50:30 -0800 (Sat, 05 Dec 2015)
Log Message:
-----------
llvm-3.8: Adjust blacklisting for llvm bug #25753

Modified Paths:
--------------
    trunk/dports/lang/llvm-3.8/Portfile

Modified: trunk/dports/lang/llvm-3.8/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.8/Portfile	2015-12-05 18:34:59 UTC (rev 143164)
+++ trunk/dports/lang/llvm-3.8/Portfile	2015-12-05 18:50:30 UTC (rev 143165)
@@ -178,7 +178,9 @@
 # XCode 4.5's clang (421.11.66) fails due to http://llvm.org/bugs/show_bug.cgi?id=20184
 # Xcode 4.6.3's clang (425.0.28) fails due to http://trac.macports.org/ticket/46897
 # Xcode 5.1.0's clang (503.0.35) fails due to https://llvm.org/bugs/show_bug.cgi?id=25673
-compiler.blacklist *gcc* {clang < 600}
+# Xcode 6.2's clang (600.0.57) fails due to https://llvm.org/bugs/show_bug.cgi?id=25753
+# clang older than 3.5 fail due to https://llvm.org/bugs/show_bug.cgi?id=25753
+compiler.blacklist *gcc* {clang < 602} macports-clang-3.3 macports-clang-3.4
 
 if {${subport} eq "clang-${llvm_version}"} {
     # Don't self-host.  We may have issues if we have a slightly newer llvm version that
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/66788aed/attachment.html>


More information about the macports-changes mailing list