On Mon, Aug 4, 2014 at 2:25 PM, Larry Evans <cppljev...@suddenlink.net> wrote:
> When I compile with g++ -MMD x.cpp, the x.o is accompanied by and x.d
> containing the dependencies.

  clang++ -MMD x.cpp

should work in the same way. Does that not work for you? Which version
of Clang are you using, and do you get any error messages?

 - Hans
_______________________________________________
cfe-users mailing list
cfe-users@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users

Reply via email to