On Mon, Aug 4, 2014 at 2:25 PM, Larry Evans <[email protected]> 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 [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users
