<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/83625a59d2a036fa8a2d17eeb378768fa1446063">https://github.com/macports/macports-ports/commit/83625a59d2a036fa8a2d17eeb378768fa1446063</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 83625a5 clang-9.0: turn of XRAY on 10.11 too
</span>83625a5 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 83625a59d2a036fa8a2d17eeb378768fa1446063
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Tue Oct 8 16:51:15 2019 -0700
<span style='display:block; white-space:pre;color:#404040;'> clang-9.0: turn of XRAY on 10.11 too
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> the inexorable march of time and features
</span><span style='display:block; white-space:pre;color:#404040;'> leads to these clang features only being available
</span><span style='display:block; white-space:pre;color:#404040;'> on the latest few systems.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Perhaps one day we might use legacysupport, or a
</span><span style='display:block; white-space:pre;color:#404040;'> similar approach, to enable some of these going backward
</span><span style='display:block; white-space:pre;color:#404040;'> a bit further
</span>---
lang/llvm-9.0/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-9.0/Portfile b/lang/llvm-9.0/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index aaf3666..cbc901e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-9.0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-9.0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -280,7 +280,7 @@ if {${subport} eq "llvm-${llvm_version}"} {
</span> -DCOMPILER_RT_BUILD_LIBFUZZER=OFF
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- if {${os.major} <= 14} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {${os.major} <= 15} {
</span> # XRAY uses TLS, MAP_ANONYMOUS, and clock_gettime, so disable it
# on systems that don't currently support these features
# see https://trac.macports.org/ticket/57130
</pre><pre style='margin:0'>
</pre>