everyone--
It looks like Clang doesn't support the -MM and -MT options. This might make me sad enough to try to write a patch to implement them. Is anyone else doing this right now? Would anyone mind if I did it?
everyone--
It looks like Clang doesn't support the -MM and -MT options. This might make me sad enough to try to write a patch to implement them. Is anyone else doing this right now? Would anyone mind if I did it?
Hi James,
The clang driver doesn't support any of the -M options at this point. Feel free to have a go at if you are interested!
Ted