[llvm-dev] Failed to build libunwind the libcxx's __config header

Dmitry Golovin via llvm-dev llvm-dev at lists.llvm.org
Fri Jun 2 08:30:17 PDT 2017


Hi Tim,

You can find the preprocessed UnwindLevel1.c and UnwindLevel1-gcc-ext.c attached.

Regards,
Dmitry

02.06.2017, 18:06, "Tim Northover" <t.p.northover at gmail.com>:
> Hi Dmitry,
>
> On 2 June 2017 at 07:49, Dmitry Golovin via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>>  Does anyone else have this problem? What can possibly cause such error?
>
> G++ doesn't support __has_feature, so it should be picking up the
> default "#define __has_feature(__x) 0" further up in __config. The
> preprocessed output (via "-E -dD") would be interesting to diagnose
> the issue, if no-one else has seen it before.
>
> Cheers.
>
> Tim.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: UnwindLevel1-gcc-ext.c.pp
Type: application/octet-stream
Size: 160363 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170602/77fee23e/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: UnwindLevel1.c.pp
Type: application/octet-stream
Size: 173121 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170602/77fee23e/attachment-0003.obj>


More information about the llvm-dev mailing list