[LLVMdev] More Compiler Driver Command Line Args

Reid Spencer reid at x10sys.com
Wed Aug 4 14:24:47 PDT 2004


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?

Reid
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040804/7d22af91/attachment.sig>


More information about the llvm-dev mailing list