[141731] trunk/dports/devel/ld64

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 12 02:46:14 PST 2015


Revision: 141731
          https://trac.macports.org/changeset/141731
Author:   jeremyhu at macports.org
Date:     2015-10-26 21:02:44 -0700 (Mon, 26 Oct 2015)
Log Message:
-----------
ld64-latest: Fix PR-23184771.patch for llvm-3.6

Modified Paths:
--------------
    trunk/dports/devel/ld64/Portfile
    trunk/dports/devel/ld64/files/PR-23184771.patch

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2015-10-27 03:29:52 UTC (rev 141730)
+++ trunk/dports/devel/ld64/Portfile	2015-10-27 04:02:44 UTC (rev 141731)
@@ -181,7 +181,6 @@
             error "unsupported configuration"
         }
     }
-
 }
 
 subport ld64-xcode {

Modified: trunk/dports/devel/ld64/files/PR-23184771.patch
===================================================================
--- trunk/dports/devel/ld64/files/PR-23184771.patch	2015-10-27 03:29:52 UTC (rev 141730)
+++ trunk/dports/devel/ld64/files/PR-23184771.patch	2015-10-27 04:02:44 UTC (rev 141731)
@@ -4,7 +4,7 @@
      _lto_hide_symbols = (lto_codegen_func_t) dlsym(RTLD_DEFAULT, "lto_codegen_hide_symbols");
      _lto_write_reverse_map = (lto_codegen_output_t) dlsym(RTLD_DEFAULT, "lto_codegen_write_symbol_reverse_map");
      _lto_reset_context = (lto_codegen_func_t) dlsym(RTLD_DEFAULT, "lto_codegen_reset_context");
-+#if LTO_API_VERSION < 11
++#if LTO_API_VERSION < 12
 +    throwf("compile-time libLTO didn't support -bitcode_hide_symbols: %d", LTO_API_VERSION);
 +#else
      if ( _lto_hide_symbols == NULL || _lto_write_reverse_map == NULL ||
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/f7ea49f4/attachment.html>


More information about the macports-changes mailing list