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

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 12 07:59:13 PST 2015


Revision: 142965
          https://trac.macports.org/changeset/142965
Author:   jeremyhu at macports.org
Date:     2015-11-30 06:50:52 -0800 (Mon, 30 Nov 2015)
Log Message:
-----------
llvm-3.8: Blacklist clang from Xcode 5.1

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-11-30 14:07:51 UTC (rev 142964)
+++ trunk/dports/lang/llvm-3.8/Portfile	2015-11-30 14:50:52 UTC (rev 142965)
@@ -164,7 +164,8 @@
 # XCode 4.3's clang (318.x) fails per https://trac.macports.org/ticket/44161
 # 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
-compiler.blacklist *gcc* {clang < 500}
+# 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}
 
 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/0d0456dc/attachment.html>


More information about the macports-changes mailing list