[cfe-commits] [PATCH] Problem with clang's limits.h

Zhongxing Xu xuzhongxing at gmail.com
Wed Feb 18 22:52:41 PST 2009


It's now fixed. Thanks Chris!

On Thu, Feb 19, 2009 at 2:46 PM, Zhongxing Xu <xuzhongxing at gmail.com> wrote:

> It seems not working for me. I still get error on linux:
>
> $ clang 1.c
> In file included from 1.c:1:
> In file included from /usr/include/limits.h:125:
> /home/xing/llvm/Debug/Headers/limits.h:35:15: fatal error: 'limits.h' file
> not found
> #include_next <limits.h>
>               ^
> 1 diagnostic generated.
>
>
>
> On Fri, Feb 13, 2009 at 7:07 AM, Mike Stump <mrs at apple.com> wrote:
>
>> On Feb 12, 2009, at 2:52 PM, Argiris Kirtzidis wrote:
>> > Mike Stump wrote:
>> >> On Feb 12, 2009, at 12:33 PM, Argiris Kirtzidis wrote:
>> >>> On my linux system, limits.h #include_nexts limits.h again, trying
>> >>> to get the GCC one.
>> >>> So this is what happens with clang's limits.h
>> >>
>> >> The comment seems like it might be wrong, but I think the patch is
>> >> probably fine.
>> >
>> > This is from system's limits.h:
>>
>> Thanks.  I've checked in your patch.
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20090219/79d6deb3/attachment.html>


More information about the cfe-commits mailing list