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

Eric Fiselier via llvm-dev llvm-dev at lists.llvm.org
Sat Jun 3 12:38:08 PDT 2017


The bug here is that the default definition for __has_feature is withing a
#ifdef __cplusplus block, but the usage at the end of the file is not.
You're processing the __config header in C, not C++, so that's why you're
seeing this and most people are not.

I'll fix this up over the weekend.

/Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170603/c28deb6b/attachment.html>


More information about the llvm-dev mailing list