r181489 - [modules] When building a module, make sure we don't serialize out HeaderFileInfo for headers not belonging to the module.
NAKAMURA Takumi
geek4civic at gmail.com
Wed May 15 09:51:22 PDT 2013
2013/5/16 Argyrios Kyrtzidis <akyrtzi at gmail.com>:
> On May 15, 2013, at 5:28 AM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
>
>> Argyrios,
>>
>> Could you let the test avoid <float.h>, for now, and use another system header?
>> <float.h> has an issue around #include_next for mingw32.
>>
>> FYI: mingw-gcc searches /mingw/include prior to $(GCC_LIB)/include.
>> mingw32's <float.h> assumes compiler's <float.h> with #include_next <float.h>.
>> I wonder what would be better solution.
>
> Does adding a darwin triple fix the test ?
I don't think so. It actually seeks <float.h> in the filesystem on the host.
More information about the cfe-commits
mailing list