[llvm-commits] REPOST: llvm-gcc expensive checks patch

Reid Spencer rspencer at reidspencer.com
Tue Jul 10 00:14:08 PDT 2007


On Mon, 2007-07-09 at 23:45 -0700, Chris Lattner wrote:
> On Jul 9, 2007, at 8:27 PM, Reid Spencer wrote:
> 
> > On Mon, 2007-07-09 at 22:05 -0500, David A. Greene wrote:
> >> On Monday 09 July 2007 13:04, Chris Lattner wrote:
> >>
> >>> I applied it:
> >>> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-
> >>> Mon-20070709/051660.html
> >>
> >> Danke.
> >>
> >>> I think that "llvm-config --cppflags" should include "-
> >>> D__STDC_LIMIT_MACROS".  What do you think?
> >>
> >> Yes, if that's what it's compiled with (don't have the sources
> >> handy ATM).
> >
> > $ grep STDC_LIMIT Make*
> > Makefile.rules:CPP.BaseFlags += -D_GNU_SOURCE -D__STDC_LIMIT_MACROS
> 
> Neither of those are currently included in --cppflags.  These aren't  
> things that are configured, they are things required to build LLVM  
> headers.

I was merely trying to answer the question "if that's what its compiled
with" showing you that, yes, that is what its compiled with.

In any event, I'm prepare a patch for this .. seems there was some
confusion in the makefile variable names.

> 
> -Chris
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list