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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits