[lld] r220185 - [ELF] Add demangle test to XFAIL

Rui Ueyama ruiu at google.com
Mon Oct 20 13:18:56 PDT 2014


On Mon, Oct 20, 2014 at 12:56 PM, Ed Maste <emaste at freebsd.org> wrote:

> On 20 October 2014 15:41, Rui Ueyama <ruiu at google.com> wrote:
> > So the machine is running FreeBSD 10.0-RELEASE-p7 amd64.
>
> Yes, so it seems that the most recent release has the same issue with
> #include dependencies or something similar.
>
> We could try to work around it in CMake's check, or just wait and
> upgrade the buildbot to FreeBSD 10.1 when it's released (currently
> expected to be at the end of the month).
>

If FreeBSD is guaranteed to have the header file, I'm OK to add the
following code to the C++ file with a TODO to remove it after FreeBSD 10.1.

#if __FREEBSD__
#include <stddef.h>
#include <cxxabi.h>
#endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141020/0a15b162/attachment.html>


More information about the llvm-commits mailing list