<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/cb1f6e1ae63e48c6e254a566e873ff59c09d68bb">https://github.com/macports/macports-ports/commit/cb1f6e1ae63e48c6e254a566e873ff59c09d68bb</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit cb1f6e1ae63e48c6e254a566e873ff59c09d68bb
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Tue Apr 21 21:23:49 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    clang-10: remove comment about building libcxx
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    libcxx is a required co-build to build clang and
</span><span style='display:block; white-space:pre;color:#404040;'>    LLVM is not going to change that requirement
</span>---
 lang/llvm-10/Portfile | 3 ---
 1 file changed, 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-10/Portfile b/lang/llvm-10/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 742a009..f30776e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-10/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-10/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -222,9 +222,6 @@ if {${subport} eq "llvm-${llvm_version}"} {
</span>         -DLIBCXX_ENABLE_SHARED=OFF \
         -DLIBCXX_INSTALL_LIBRARY=OFF
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # TODO: libc++ shouldn't be built at all.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    #       https://llvm.org/bugs/show_bug.cgi?id=25666
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     if {${os.major} <= 13} {
         # We unfortunately don't have an option to just turn off tsan
         # https://llvm.org/bugs/show_bug.cgi?id=27715
</pre><pre style='margin:0'>

</pre>