[LLVMdev] More Compiler Driver Command Line Args

Chris Lattner sabre at nondot.org
Wed Aug 4 16:33:11 PDT 2004


On Wed, 4 Aug 2004, Reid Spencer wrote:

> I forgot about some important options for dealing with makefiles:
>
> the GCC -M,and -M* options.
>
> These assist in generating correct header file dependencies. These are
> important for C/C++ but not for many other languages. However, it would
> still be nice if we could have the compiler driver (eventually ) emit
> makefile dependencies based on actual source read.
>
> Is this a future requirement for the driver?

This should just be a flag that is passed into the front-end.

-Chris

-- 
http://llvm.cs.uiuc.edu/
http://nondot.org/sabre/




More information about the llvm-dev mailing list