<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">This patch (more realistically r269992, but this is the one that actually enabled the code from that patch), causes build failures on FreeBSD:<div class=""><br class=""></div><div class=""><a href="http://lab.llvm.org:8011/builders/lld-x86_64-freebsd/builds/17895/steps/build_Lld/logs/stdio" class="">http://lab.llvm.org:8011/builders/lld-x86_64-freebsd/builds/17895/steps/build_Lld/logs/stdio</a></div><div class=""><br class=""></div><div class="">Can you please take a look?</div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">-Chris</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On May 19, 2016, at 3:56 PM, Richard Smith via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org" class="">llvm-commits@lists.llvm.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Author: rsmith<br class="">Date: Thu May 19 17:56:37 2016<br class="">New Revision: 270152<br class=""><br class="">URL: <a href="http://llvm.org/viewvc/llvm-project?rev=270152&view=rev" class="">http://llvm.org/viewvc/llvm-project?rev=270152&view=rev</a><br class="">Log:<br class="">Forgotten file from r269992.<br class=""><br class="">Modified:<br class="">    llvm/trunk/include/llvm/Config/config.h.cmake<br class=""><br class="">Modified: llvm/trunk/include/llvm/Config/config.h.cmake<br class="">URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Config/config.h.cmake?rev=270152&r1=270151&r2=270152&view=diff" class="">http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Config/config.h.cmake?rev=270152&r1=270151&r2=270152&view=diff</a><br class="">==============================================================================<br class="">--- llvm/trunk/include/llvm/Config/config.h.cmake (original)<br class="">+++ llvm/trunk/include/llvm/Config/config.h.cmake Thu May 19 17:56:37 2016<br class="">@@ -22,6 +22,9 @@<br class=""> /* Define to 1 if you have the `backtrace' function. */<br class=""> #cmakedefine HAVE_BACKTRACE ${HAVE_BACKTRACE}<br class=""><br class="">+/* Define to 1 if you have the `_Unwind_Backtrace' function. */<br class="">+#cmakedefine HAVE_UNWIND_BACKTRACE ${HAVE_UNWIND_BACKTRACE}<br class="">+<br class=""> /* Define to 1 if you have the `bcopy' function. */<br class=""> #undef HAVE_BCOPY<br class=""><br class=""><br class=""><br class="">_______________________________________________<br class="">llvm-commits mailing list<br class=""><a href="mailto:llvm-commits@lists.llvm.org" class="">llvm-commits@lists.llvm.org</a><br class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits<br class=""></div></div></blockquote></div><br class=""></div></body></html>