bruno added inline comments. ================ Comment at: lib/Driver/Tools.cpp:6102 @@ +6101,3 @@ + StatsFile.assign(Output.getFilename()); + llvm::sys::path::remove_filename(StatsFile); + } ---------------- Why removing StatsFile here? IIUC, at this point StatsFile is still the same as the output (if it's a file).
Repository: rL LLVM https://reviews.llvm.org/D24820 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits