[llvm] r270152 - Forgotten file from r269992.
Chris Bieneman via llvm-commits
llvm-commits at lists.llvm.org
Fri May 20 10:06:13 PDT 2016
This patch (more realistically r269992, but this is the one that actually enabled the code from that patch), causes build failures on FreeBSD:
http://lab.llvm.org:8011/builders/lld-x86_64-freebsd/builds/17895/steps/build_Lld/logs/stdio <http://lab.llvm.org:8011/builders/lld-x86_64-freebsd/builds/17895/steps/build_Lld/logs/stdio>
Can you please take a look?
Thanks,
-Chris
> On May 19, 2016, at 3:56 PM, Richard Smith via llvm-commits <llvm-commits at lists.llvm.org> wrote:
>
> Author: rsmith
> Date: Thu May 19 17:56:37 2016
> New Revision: 270152
>
> URL: http://llvm.org/viewvc/llvm-project?rev=270152&view=rev
> Log:
> Forgotten file from r269992.
>
> Modified:
> llvm/trunk/include/llvm/Config/config.h.cmake
>
> Modified: llvm/trunk/include/llvm/Config/config.h.cmake
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Config/config.h.cmake?rev=270152&r1=270151&r2=270152&view=diff
> ==============================================================================
> --- llvm/trunk/include/llvm/Config/config.h.cmake (original)
> +++ llvm/trunk/include/llvm/Config/config.h.cmake Thu May 19 17:56:37 2016
> @@ -22,6 +22,9 @@
> /* Define to 1 if you have the `backtrace' function. */
> #cmakedefine HAVE_BACKTRACE ${HAVE_BACKTRACE}
>
> +/* Define to 1 if you have the `_Unwind_Backtrace' function. */
> +#cmakedefine HAVE_UNWIND_BACKTRACE ${HAVE_UNWIND_BACKTRACE}
> +
> /* Define to 1 if you have the `bcopy' function. */
> #undef HAVE_BCOPY
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160520/18150f75/attachment.html>
More information about the llvm-commits
mailing list