[lld] r220326 - Use __cxa_demangle on FreeBSD to fix buildbots.

Rui Ueyama ruiu at google.com
Tue Oct 21 18:44:09 PDT 2014


I wanted to avoid modifying configure as I don't use it, and I felt it's
okay as this is a temporary major. But yes it's hacky. Will adjust the
configure/cmake tests.

On Tue, Oct 21, 2014 at 6:08 PM, Joerg Sonnenberger <joerg at britannica.bec.de
> wrote:

> On Tue, Oct 21, 2014 at 04:07:55PM -0700, Rui Ueyama wrote:
> > CMake (and probably also configure) thinks that cxxabi.h is not usable on
> > FreeBSD so HAVE_CXXABI_H is not defined in config.h on FreeBSD. So I
> think
> > the answer is it's not enough.
>
> If you mean the "missing size_t" issue, that should be fixed by
> adjusting the configure test to include cxxabi.h. Not with a hack like
> this.
>
> Joerg
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141021/fe42366e/attachment.html>


More information about the llvm-commits mailing list