xbolva00 added a comment. In https://reviews.llvm.org/D51847#1230766, @zturner wrote:
> Alright I see it. The reason I'm asking is because after your change you're > now printing `main.o: main.c ../include/lib/test.h`. But I wonder if you > should instead be printing `main.o: main.c ..\include\lib\test.h`. It seems > like paths that we show to the user should be in the native path style. Possibly, or should we follow GGC behavior here? GCC prints `main.o: main.c ../include/lib/test.h`. But conversion to native paths sounds fine for me as well. https://reviews.llvm.org/D51847 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits