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

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


Revision: 143166
          https://trac.macports.org/changeset/143166
Author:   jeremyhu at macports.org
Date:     2015-12-05 11:27:53 -0800 (Sat, 05 Dec 2015)
Log Message:
-----------
llvm-3.8: Add additional compiler fallbacks for users of base 2.3

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:50:30 UTC (rev 143165)
+++ trunk/dports/lang/llvm-3.8/Portfile	2015-12-05 19:27:53 UTC (rev 143166)
@@ -182,6 +182,9 @@
 # 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
 
+# Remove this when loosening the blacklist above or when a newer base is released
+compiler.fallback-append macports-clang-3.7 macports-clang-3.6 macports-clang-3.5
+
 if {${subport} eq "clang-${llvm_version}"} {
     # Don't self-host.  We may have issues if we have a slightly newer llvm version that
     # is not binary compatible with the older clang version we're trying to use.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/cfd25616/attachment.html>


More information about the macports-changes mailing list