[llvm-commits] CVS: llvm/configure Makefile.rules Makefile.config.in

Reid Spencer rspencer at reidspencer.com
Thu Jun 28 20:46:46 PDT 2007


On Thu, 2007-06-28 at 22:35 -0500, David A. Greene wrote:
> On Thursday 28 June 2007 22:32, David A. Greene wrote:
> 
> > > You're introducing CPP.Defines but I don't see it used in this file. Is
> > > this for future use?
> >
> > Ah, I think that's an artifact of something I was going to do for
> > llvm-config but decided against.  I'll clean it up.
> 
> Scratch that.  It IS used by the llvm-config Makefile:

Ah, okay. I missed that connection.

Reid.

> 
> # Combine preprocessor flags (except for -I) and CXX flags.
> SUB_CPPFLAGS = ${CPP.Defines}
> SUB_CFLAGS = ${CPP.BaseFlags} ${C.Flags}
> SUB_CXXFLAGS = ${CPP.BaseFlags} ${CXX.Flags}
> 
> I need that for --cppflags support.
> 
>                                              -Dave
> _______________________________________________
> 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