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

David A. Greene greened at obbligato.org
Thu Jun 28 20:35:19 PDT 2007


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:

# 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



More information about the llvm-commits mailing list